Viewing 15 posts - 391 through 405 (of 431 total)
You can should be able to reset the initial size to 10GB, then use the SHRINKDATABASE function to shrink the file & reclaim free space.
Some advise against ever shrinking the...
May 22, 2012 at 1:41 pm
You should also go into Local Users and Groups\Groups and delete the SQLServer* groups that the install creates. These can also cause new problems when re-installing after a failed...
May 22, 2012 at 1:04 pm
It doesn't add up because the differentials contain CHANGED data, not just ADDED data. When existing records are modified, the modified pages make the diff backup larger but the...
May 21, 2012 at 12:05 pm
This message means you can't connect to the instance.
1) Open SQL Server Connection Manager and Verify that SQLServer service is running on the server.
2) If you are trying to connect...
May 21, 2012 at 11:54 am
There are several good reasons to have a nonProduction SQL server on which you restore backups from Production.
1) If you do this on a regular basis, you'll be well-practiced in...
May 16, 2012 at 5:30 pm
Cleaning up a failed SQL installtion can be a real bear, but sometime you can't reinstall until all traces of a failed installations are removed.
Here are some hints:
1) First...
May 15, 2012 at 3:37 pm
I stand corrected. Now why would a developer use anything other than a datetime to store a timestamp? It seems to lead to more complexity with no benefit.
May 14, 2012 at 4:58 pm
I believe the datatime datatype was new with SQL 2005, so applications developed before that used various schemes for dates & times. While upgrade routines of recent versions...
May 14, 2012 at 2:44 pm
I'm studying for the 432 exam and I'm getting this error when attempting the ALTER TABLE SWITCH statement.
The message suggests there is no index on the source DB indentical to...
May 14, 2012 at 11:15 am
Wow - it took me a couple of days in between othe tasks, but I finally finished reading the thread, and I feel the need to add my two cents:
-...
May 10, 2012 at 10:21 am
I'm studying for the same exam right now. I'm curious, what study strategies do & don't work for you? Here's some of my thoughts:
Actual Experience:
Everyone says...
May 4, 2012 at 12:23 pm
For anyone who reading this topic who found something in the Training Kit that doesn't look right, the Training Kit book & Practice Tests do contain errors. They are...
April 2, 2012 at 12:27 pm
Forgive me for asking a basic question but did you ever enable Database Mail? sp_configure 'show advanced options',1
go
reconfigure
go
sp_configure 'Database Mail XPs',1
go
reconfigure
go
April 2, 2012 at 12:02 pm
So a tail of the log backup does not require the data file to exist. Thanks!
Dan
March 30, 2012 at 12:31 pm
Viewing 15 posts - 391 through 405 (of 431 total)