Viewing 15 posts - 31 through 45 (of 431 total)
Interesting answer. Just to be clear, that means that the first record with the non-unique value goes into the database, and the second goes to the error output, correct?
November 24, 2015 at 5:14 pm
Actually I have a server with about 50 databases (out of about 100 on the instance) I want change from daily backups to weekly backups within the backup solution we...
October 21, 2015 at 11:33 am
This was just passed to me yesterday. My part would be to do the SQL part of rebuilding the cluster node once the OS is reinstalled. Apparently the hardware guy...
September 17, 2015 at 9:52 am
Mystery solved:
Our Network Security group was running a scan that attempted to connect using the port SQL uses for database mirroring. Since the connect request was not a valid...
September 1, 2015 at 3:14 pm
But wouldn't altering it from master open the possibility of a another connection coming before the RESTORE command takes exclusive access?
August 18, 2015 at 4:56 pm
Don't you love how Windows 8.1 and Windows 6.3 are the same thing?
May 4, 2015 at 4:38 pm
In the scenario you describe, if you shrink your database after deletes it will only grow again during inserts. The time it takes to do the shrink adds time...
May 4, 2015 at 3:35 pm
I think there's some confusion between Clustering on an OS level and a SQL Clustered instance.
Yes, you can install standalone instances on a Windows Server that is part of a...
April 15, 2015 at 3:15 pm
In traditional failover clustering, there is one set of disks hosting the database files that are passed from one node to another, either when the failover process is manually launched...
April 14, 2015 at 10:33 am
I think the difference between system databases and user databases is that SQL Server will fail to come online if the system databases are corrupt or inaccessible (or in the...
March 23, 2015 at 4:08 pm
One way is to have data encryption/decryption at the application level. However this has it's disadvantages - namely limiting the viewing of the data to the application...
March 18, 2015 at 3:10 pm
If you set the maximum size of the MDF file to it's current size, it will stop further growth and force new data to be written to the NDF on...
March 18, 2015 at 12:23 pm
Without clustering, a motherboard failure could mean that an application is unavailable for hours or days. With failover clusters the downtime for this event could be several minutes as...
March 16, 2015 at 11:26 am
I never suggested that a weekly shrink job on a production database was a sound practice. I just thought that the commandment "NEVER shrink a database!" was a bit too...
March 16, 2015 at 11:16 am
I'm surprised that discussions of whether or not to keep an index seldom include a look at what is generating the query using the index and how important speed is...
March 16, 2015 at 11:03 am
Viewing 15 posts - 31 through 45 (of 431 total)