Viewing 15 posts - 1,411 through 1,425 (of 1,884 total)
Dave,
If they are .NET developers, let them put the connection string into config files and assign someone to manage their production config files to change password once the config file...
July 11, 2005 at 11:53 am
Brian,
I did not do linked, I use Openrowset, which is sort of the same. I just want the simple thing: Connect to each server from the list of servers in my...
July 11, 2005 at 11:44 am
Dave,
I did all that. It did not let me to run distributed transactions between different versions.
It is running if started from SQL 2005 CTP Developer Evaluation version on...
July 11, 2005 at 11:01 am
Hello,
I can add to your puzzle:
the Create Date on Pubs and Northwind are 8/6/2000 on my servers. This is not when SQL Server was even installed, it is when Microsoft...
July 11, 2005 at 9:53 am
Tom,
It is OK, at least I will know now where to go with Unix questions 🙂
I assume you are running SQL Server 2000.
Start SQL Server Enterprise Manager (EM) from...
July 11, 2005 at 9:33 am
Hello Dave,
Did you try Application Roles?
Yelena
July 11, 2005 at 9:26 am
Tom,
Probably not much of an advice, but did you try the following:
1. There are known issues with a cluster and Anti-virus. Is your server a cluster?
http://support.microsoft.com/?id=250355
2. Use Current Activity...
July 11, 2005 at 9:13 am
Hi,
Good Article!
In my opinion cursor usage should depend on "How Often". Cursors provide an easy programming solution when the extensive row processing should be done. If something should be done...
July 11, 2005 at 8:49 am
Hello,
I also read that they recommend a page file on its own drive.
I would advise against TempDB on the system drive. I had a case recently when a TempDB on...
July 8, 2005 at 2:43 pm
I would like to add that you can rename and still start SQL Server in 6.5 and 2000 and then follow sp_dropserver sp_addserver recommendations per Brian's link
With SQL server 7...
July 8, 2005 at 2:32 pm
Perry,
I bet it is a good server! The similar thing happened to me 3 times with SQL Server installation and with SP3A installation on 3 different servers all of...
July 8, 2005 at 2:15 pm
Theoretically ANY DTS packages could have child out-of-process processes in any DTS version if you use Execute Process task or just use xp_cmdshell. They invoke executables (.exe) programs that are out-of-process by definition.
Yelena
July 8, 2005 at 11:36 am
Steve,
thanks. This is a good approach. I use Excel and Access VBA sometimes. I can just suggest another simple way.
You can click Tools->Macro->Record New Macro. Give the new macro...
July 8, 2005 at 9:25 am
Bill, Ray :
Not really sure OSQL allows GO. The parameter description of OSQL Utility in BOL says:
......(Note that the query statement should not include GO).....
Did you try a job...
July 7, 2005 at 3:00 pm
Very Good!
Were you able to figure out what was the process? Sometimes you can sort of guess looking at the user, application, database and other fields in Process Info
Yelena
July 7, 2005 at 1:36 pm
Viewing 15 posts - 1,411 through 1,425 (of 1,884 total)