Click here to Skip to main content
15,900,724 members
Home / Discussions / Database
   

Database

 
QuestionDatabase contention Pin
Darkness847-Mar-07 11:56
Darkness847-Mar-07 11:56 
AnswerRe: Database contention Pin
Dave Kreskowiak7-Mar-07 12:30
mveDave Kreskowiak7-Mar-07 12:30 
GeneralRe: Database contention Pin
Darkness847-Mar-07 12:38
Darkness847-Mar-07 12:38 
GeneralRe: Database contention Pin
Dave Kreskowiak7-Mar-07 12:46
mveDave Kreskowiak7-Mar-07 12:46 
QuestionHeterogeneous queries Pin
alexrad7-Mar-07 11:03
alexrad7-Mar-07 11:03 
sql server 2000
server is MyServer named "SALE" and is on local comp
When stored procedure is like this
UPDATE MyServer.MyDataBase.dbo.Mytable SET System='pib'
there is an error 7405
:"Heterogeneous queries require the ANSI_NULLS and Ansi_Warnings option to be set for the connection. This ensures consistent query semantics. Enable these options and then reissue your query."

Coulmn System is db type varchar(50)
When stored procedure is like this
UPDATE MyDataBase.dbo.Mytable SET System='pib' it is all ok

Problem is that I need to be remote MyServer.MyDataBase.dbo.Mytable...
It is all working when is sent from QueryAnalizer
Where and how can i resolve this

AnswerRe: Heterogeneous queries Pin
alexrad7-Mar-07 11:18
alexrad7-Mar-07 11:18 
QuestionReturning a DataSet from a Stored Procedure within a S.P. Pin
dwatkins@dirq.net7-Mar-07 9:44
dwatkins@dirq.net7-Mar-07 9:44 
AnswerRe: Returning a Resultset from a Stored Procedure within a S.P. Pin
andyharman7-Mar-07 22:36
professionalandyharman7-Mar-07 22:36 
Questionhow split function work in sql [modified] Pin
findtango7-Mar-07 5:06
findtango7-Mar-07 5:06 
AnswerRe: how split function work in sql Pin
Mark J. Miller7-Mar-07 5:29
Mark J. Miller7-Mar-07 5:29 
QuestionHow to insert data from Dataset to Data tables in SQL Pin
Nagaraj.k7-Mar-07 2:35
Nagaraj.k7-Mar-07 2:35 
AnswerRe: How to insert data from Dataset to Data tables in SQL Pin
Marek Grzenkowicz7-Mar-07 4:11
Marek Grzenkowicz7-Mar-07 4:11 
QuestionRe: How to insert data from Dataset to Data tables in SQL Pin
Nagaraj.k7-Mar-07 20:23
Nagaraj.k7-Mar-07 20:23 
AnswerRe: How to insert data from Dataset to Data tables in SQL Pin
Marek Grzenkowicz7-Mar-07 21:26
Marek Grzenkowicz7-Mar-07 21:26 
AnswerRe: How to insert data from Dataset to Data tables in SQL Pin
praveen_gattu20007-Mar-07 21:28
praveen_gattu20007-Mar-07 21:28 
QuestionHow to get primarykey and foreign key info of a given table Pin
NK77-Mar-07 0:55
NK77-Mar-07 0:55 
AnswerRe: How to get primarykey and foreign key info of a given table Pin
kubben7-Mar-07 2:32
kubben7-Mar-07 2:32 
GeneralRe: How to get primarykey and foreign key info of a given table Pin
NK77-Mar-07 18:14
NK77-Mar-07 18:14 
GeneralRe: How to get primarykey and foreign key info of a given table Pin
kubben8-Mar-07 2:48
kubben8-Mar-07 2:48 
GeneralRe: How to get primarykey and foreign key info of a given table Pin
NK712-Mar-07 2:07
NK712-Mar-07 2:07 
QuestionQuerry to get all the tables in Access Database Pin
blackjack21506-Mar-07 22:55
blackjack21506-Mar-07 22:55 
AnswerRe: Querry to get all the tables in Access Database Pin
Mark J. Miller7-Mar-07 5:34
Mark J. Miller7-Mar-07 5:34 
QuestionValidating a textbox field Pin
Member 37415626-Mar-07 22:20
Member 37415626-Mar-07 22:20 
AnswerRe: Validating a textbox field Pin
Colin Angus Mackay6-Mar-07 22:32
Colin Angus Mackay6-Mar-07 22:32 
Questionhow to make select query to access view in other server Pin
mohd imran abdul aziz6-Mar-07 20:43
mohd imran abdul aziz6-Mar-07 20:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.