Viewing 15 posts - 1,381 through 1,395 (of 1,884 total)
I found this article when preparing to the answer, it says:
July 25, 2005 at 1:04 pm
That is cool!
It may be related to data as well. Reorganizing a physical order of the rows may push a bad row closer to the end of the table (in...
July 19, 2005 at 9:11 am
John,
I am glad it worked for you.
Yelena
July 19, 2005 at 8:58 am
Good Article.
I agree with Bryant Byrd who suggests running xp_cmdshell. I would run it as a last step to run a VB script to send SMTP email to a user...
July 19, 2005 at 8:45 am
Simon,
master will be able to start in the new location only if the startup parameters in the registry point to the correct location. For SQL Server 2000 it should be...
July 18, 2005 at 2:22 pm
Simon,
If you are planning to implement the SAME file path on the new server including the drive letter you may be able to:
- Install the same service pack /patches on the...
July 18, 2005 at 2:00 pm
Hello John,
when you say "I have checked that I have access to the port numbers used by SQL Server" do you mean 1433 / 1434 or you mean port numbers...
July 18, 2005 at 12:05 pm
Hello,
I would advise to give a login to Windows group.
Then change the connection string to use integrated authentication, see http://www.connectionstrings.com for syntax.
Then use one of the following:
Select suser_sname(suser_sid())
select...
July 18, 2005 at 11:50 am
GPF2^192 and Remi,
Thanks for your replies!
I looked up LaRonde park and will plan something. Let me know if you if you may think...
July 18, 2005 at 9:27 am
Hello,
This is a good research work, thanks.
I would also add that when a database is restored / moved from another server the db owner changes in most cases unless it...
July 18, 2005 at 9:02 am
Remi,
Aren't you form Canada? I am planning my vacation, are you by chance anywhere close to Montreal ? I need an advice on what could be really entertaining for 12...
July 15, 2005 at 12:39 pm
Hi,
You have to explicitly set the default database. It is different then giving an access to the database. In EM, login properties Default Database is on General tab and Database...
July 15, 2005 at 12:29 pm
Ian,
Did you try OLEDB driver instead of ODBC in VB? Go to
http://www.connectionstrings.com/
expand SQL Server and then OLEDB nodes. There will be a string that lets you to specify...
July 15, 2005 at 12:19 pm
Hello,
If you do Start->Programs_MIcrosoft SQL Server and RIGHT CLICK the entry for Enterprise Manager and select properties it would show you a shortcut for EM. It is:
C:\WINNT\system32\mmc.exe /s "C:\Program Files\Microsoft...
July 15, 2005 at 11:50 am
Viewing 15 posts - 1,381 through 1,395 (of 1,884 total)