Viewing 15 posts - 286 through 300 (of 1,033 total)
steve.casey (7/2/2012)
Some of us have to work with versions older than SS 2005, you know! DROP...CREATE is the only one that will work with ALL versions.
That's what I thought...
July 2, 2012 at 10:07 am
jfogel (6/27/2012)
Toreador (6/27/2012)
tim.bearne (6/27/2012)
The fact that you can get an index made to support a completely different constraint is irrelevant.
No it's not. Just because it is created for one purpose...
June 27, 2012 at 9:55 am
Thomas Abraham (6/27/2012)
June 27, 2012 at 9:52 am
Koen Verbeeck (6/27/2012)
vk-kirov (6/26/2012)
CREATE TABLE dbo.QotD
(KeyColumn int NOT NULL PRIMARY KEY,
RefColumn int NOT...
June 27, 2012 at 9:49 am
Dangit Jeff!
I like your approach better, but I came up with this... which invariably is very similar to yours...
First we turn it into a calendar table,...
June 26, 2012 at 1:25 pm
Have to agree with Lynn.... there's a lot of potential issues that could cause truncation, but without the procedure source, table create scripts, and data population scripts so we can...
June 26, 2012 at 12:33 pm
Nice easy and straightforward.
Fully reading the question, and waiting until after lunch probably helped me. Never seem to get even the easy ones right in the morning.
June 26, 2012 at 12:28 pm
sestell1 (6/25/2012)
mtassin (6/25/2012)
June 25, 2012 at 9:54 am
sestell1 (6/25/2012)
Does anyone know what SQL Server actually...
June 25, 2012 at 8:47 am
Put me in the group who'd use CASE.
But Hugo's explanation was definitely worth the trip into the discussion of the question. 🙂
June 22, 2012 at 7:46 am
If your version of sQL supports it, look at using Backup Compression to make your backups smaller.
Make sure to clean up your backups and only keep a small number of...
June 21, 2012 at 12:20 pm
I agree with the sp_send_dbmail proponents. At least that way you can query msdb.dbo.sysmail_allitems to see the status of the emails if something goes wrong. There are also...
June 21, 2012 at 9:50 am
I got this right because my copy of Local Transact SQL Help says as does BOL
' database_name ' | database_id | 0
Is the name or ID of the database...
June 15, 2012 at 8:30 am
I'm with Lynn. If the databases are on separate servers, Peer-to-Peer Transactional replication seems the easiest way to do it. You can just publish the necessary trables and...
June 14, 2012 at 1:59 pm
Are the databases on the same server?
If so, transactions will stretch across them.
If not... DTS can handle your needs.
June 14, 2012 at 10:43 am
Viewing 15 posts - 286 through 300 (of 1,033 total)