Viewing 12 posts - 16 through 28 (of 28 total)
Frank,
Your answers sound logical. But I need a little more clearification. Please see my original questions at the begining of this thread. I will appretiate your time.
1. I do not...
February 28, 2005 at 4:52 am
I was suspecting that storeage is always in integer multiple of byte. Even so, would it take CPU longer to test a bit field than testing a tinyint? (Performance issue)
February 14, 2005 at 12:15 am
Thanks a lot to Kathi and Vidas.
Now, I will try to do it using trigger and SP on our own.
February 7, 2005 at 11:36 am
Thanks a lot.
it works now.
I had to create the stored procedure from query analyzer, had GO statement after ANSI_NULLS ON and ANSI_WARNINGS ON but before create statement and I did not have GO keyword at the...
January 18, 2005 at 2:07 pm
same error message.
I check in SQL server book online about ANSI settings. It says for all distributed query ANSI_NULLS and ASNI_WARNINGS must be set to ON. Default setting is OFF.
What...
January 14, 2005 at 1:56 pm
Yes. All Lined servers are SQL server 2000 and tested works fine in distributed quiery enviornment, except that when try to pass parameter.
January 14, 2005 at 1:36 pm
It gave me the following run time error. I also tried SET ANSI_NULLS ON, SET ANSI_WARNINGS On inside the stored procedure. Still it did not work.
Now the question is where...
January 14, 2005 at 1:14 pm
Antatres686,
Why basic replication to several sql servers (in a single LAN) via broadcasting is not supported?
Is it because of
1) technical/logical impossibility OR
2) Technological difficulties OR
3) oversight in Microsoft's...
November 20, 2004 at 11:54 am
Antares686:
I have another question.
Is it possible to update or replicate by means of broadcasting in sql server 2000? My servers are in the same LAN. Objective is to reduce the network...
November 19, 2004 at 2:41 pm
Antares686:
I want to thank you for the excellent and quick response. I think, you are correct. I was already leaning toward what you wrote.
I guess problem with data bases is...
November 18, 2004 at 1:40 pm
SQL server 2000 linked server problem
S2 is added in S1 as Linked server. I am trying to run SP1 in Server1 that in turn calls Sp2 in server2. there is...
May 4, 2004 at 10:28 pm
In S1 I added s2 as linked server. There is no third machine involved.
I tried:
i) Mixed mode authentication
Error: sql doesn't exist or accessd denied.
ii) Windows authentication.
I checked (radio button) in Linked...
May 4, 2004 at 9:07 pm
Viewing 12 posts - 16 through 28 (of 28 total)