Viewing 15 posts - 1,906 through 1,920 (of 2,496 total)
I have found that SQL gets a bit confused if you change the name of a Windows login in AD.
From memory, this is what happened... After changing...
November 7, 2007 at 3:00 am
I agree with Jeff. If you want to empty your temporary table at the end of the transaction, use a TRUNCATE statement before the final COMMIT.
November 6, 2007 at 9:40 am
There has been a lot of discussion in various forums about the merits of doing either an in-place upgrade or a new install. Most people who have done a...
November 2, 2007 at 4:14 am
This sounds like a 'slowly changing dimension' to me. Wikipedia has a good explanation of scd types and how to handle them. If you think this applies to...
November 2, 2007 at 3:58 am
I have not checked this out, but your problem sounds like the KB 941823 issue. Check that the SQLH2 service account has the permissions to the SQL service that...
November 2, 2007 at 3:52 am
When SQL want to grow the log, it will make 1 attempt to do so. If it cannot get enough extra space in that 1 attempt it will give...
November 2, 2007 at 3:39 am
In SQL 2000 you can set up one account per database so that the objects it creates will automatically have the prefix dbo.
To do this, first remove the account from...
November 1, 2007 at 3:25 am
Start with capping SQL at 2 GB below what Windows sees on machines over 10 GB memory. You may be able to fine tune to get a cap that...
October 31, 2007 at 7:14 am
I suggest you look at your processes to see if you can get the backup file on to the server where you wantto do the restore. If you are...
October 31, 2007 at 4:28 am
There are a number of issues you should look at.
a) High page file usage. Try to find the cause of this. You should limit the maximum memory SQL...
October 31, 2007 at 4:13 am
Maddy,
Why do you think you need to restore master. This is something you should plan to avoid. Please let us know your situation, as some of us may...
October 31, 2007 at 3:49 am
Brandie Tarvin (10/29/2007)
October 29, 2007 at 10:22 am
I think saying SQL 2008 will be released in Feb 2008 is speculative, in spite of what has been announced by MS.
If the next CTP of SQL Server 2008 (due...
October 29, 2007 at 4:21 am
I think you need to talk to your management about cost and risk.
Using standard SQL backup followed by a Zip is potentially greater cost and risk than using a 3-party...
October 29, 2007 at 4:09 am
Never put the master database into Full Recovery mode.
Think what this is doing... all changes to master are now saved in the transaction log. But a...
October 29, 2007 at 3:56 am
Viewing 15 posts - 1,906 through 1,920 (of 2,496 total)