Viewing 15 posts - 46 through 60 (of 197 total)
The difference is the "NOT NULL" constraint between the two statements.
The following statement converts the column to a nullable column (I ran it in a test scenario to confirm that...
November 14, 2012 at 3:28 pm
Ratheesh.K.Nair (11/14/2012)
I am getting the wait_type as PREEMPTIVE_OS_WRITEFILEGATHER & LOGBUFFER when executing a particular job.
The job finds data older than 3 years and then move them to another table....
November 14, 2012 at 12:57 pm
Our index maintenance process includes a "SET LOCK_TIMEOUT" statement so that if any one index rebuild is blocked longer than the duration, it times out and moves on to the...
November 14, 2012 at 12:33 pm
sqldba_newbie (11/10/2012)
November 11, 2012 at 9:10 am
GilaMonster (11/9/2012)
George M Parker (11/9/2012)
Standby actually brings the database online and makes it read only.
Not quite. The DB is not brought online, if it was, further log backups would...
November 10, 2012 at 8:00 am
sdvandeslunt (11/9/2012)
I have a SQL 2005 database (SP3) and a...
November 9, 2012 at 12:06 pm
Passing a SQL Server exam takes a lot of hard work and a willingness to put in the effort to actually learn the material. The best way to do that...
November 9, 2012 at 9:40 am
aaronjameswalters (11/9/2012)
Thanks for the input everyone. Please keep the votes coming. It seems that import/export is avoided by most of you. is there a reason for this?
Import/Export are problematic when...
November 9, 2012 at 9:36 am
Just curious, were you able to resolve this issue?
November 8, 2012 at 4:39 pm
Jon.Morisi (11/8/2012)
I'm preparing to investigate several monitoring software products. Some of the key features I'm looking for are:
1. Ability to scrape Windows Application log for MSSQL Errors and...
November 8, 2012 at 2:13 pm
Agree, SQL Server Integration Services is the way to go, that's what it was built to do and it does it very well. :w00t:
November 8, 2012 at 2:06 pm
sqlfriends (11/8/2012)
Before I do a backup on the old server, we would like no one connect to...
November 8, 2012 at 1:50 pm
You've modified the code to use the ALTER INDEX instead of the DBCC DBREINDEX, but you're still using the legacy DBCC SHOWCONTIG to determine fragmentation. Also, I don't see anything...
November 8, 2012 at 12:46 pm
I know that if my primary key is identity it slows down the system
Where did you hear that from? First, are you concerned about an identity column being used as...
November 8, 2012 at 10:53 am
Ratheesh.K.Nair (11/8/2012)
The procedure is used to take CPU statistics,backups,update statistics,shrink ,fragmentation etc.These procedures i think created by DBAs but extensively used by developers.
In that case, I would typically create a...
November 8, 2012 at 8:18 am
Viewing 15 posts - 46 through 60 (of 197 total)