Viewing 15 posts - 151 through 165 (of 310 total)
Hello Bill,
It is not a contradiction. It is only a "new" paradigm.
In the past (before snapshot), SQL server uses locks to ensure you cannot read the modified row until the...
August 24, 2005 at 1:26 pm
In my previous example I mistypes the login. You should have read:
create login 'MyUser' with password = 'MyUser', default_database = MyDb
go
use MyDb
go
create user MyUser for login MyUser with default_schema =...
August 22, 2005 at 1:22 pm
Hello Leon,
I remember that in our case, to problem was related to MDAC.
So in your case, clearly, it seems to be something else.
If I think about something I'll let you know.
Regards,
Carl
August 19, 2005 at 12:33 pm
Ok. You're rigth its not a must to install the client part of SQL Server.
Do you have the same MDAC version on your XP's workstation than the one on you...
August 19, 2005 at 9:31 am
Ok I suppose the client version of SQL Server on you Citrix Server is 2000 also. True?
With the same service pack?
Regards,
Carl
August 19, 2005 at 8:13 am
Hello Leon,
does all your servers an workstations having the same SQL Server version?
In the past we encounter similar problems but it was not involving server to server connection just client to server....
August 19, 2005 at 7:08 am
I am aggree with you: BOL should mention it.
I would have search for a long time if Frank was not such an "encyclopedic" guy
July 20, 2005 at 8:49 am
Hello Arumugan,
What is your problem(s) exactly?
You could use the COLLATE keyword in the ORDER BY clause.
You could also (i don't know if it is your need) add a column stating...
July 13, 2005 at 6:24 am
Hello Horace,
you could also get some valued informations with this book:
Oracle8i and Microsoft SQL Server 2000 Integration
Stephen Chelack
M&T Books
ISBN#: 0-7645-4699-6
Date Published: 12/00
Hope it will helps,
Regards,
Carl
July 12, 2005 at 6:26 am
Hello Fariz,
The server you tried to contact must have a listener process. This process (listener) will spawn a server process as you connect to the instance.
This error means that there...
July 4, 2005 at 9:54 am
Suggestion: This discussion should have been post in the Globalization forum.
For further reference it is clearer.
Regards,
Carl
June 23, 2005 at 10:07 am
Hi Subu,
Don't think you can do that in SQL Server.
The concept of packgae does not exists.
Maybe you can achieve the same result doing it another way.
Regards,
Carl
June 17, 2005 at 2:06 pm
Hello Naomie,
If you want you can also dowload and try the: Best Practice Analyzer from Microsoft.
It scans your server and gives you an interesting report. After that you can choose...
June 10, 2005 at 10:14 am
Nice to learn.
Thanks,
Carl
June 8, 2005 at 8:51 am
Hi Jane,
On the command line when calling isqlw?
If you find it again, please post it because it is not in the documentation.
Regards,
Carl
June 8, 2005 at 8:35 am
Viewing 15 posts - 151 through 165 (of 310 total)