Viewing 15 posts - 11,221 through 11,235 (of 39,793 total)
Datagod-309892 (3/3/2014)
March 3, 2014 at 8:50 am
Backup/restore for me as well.
I might script this as a daily process that moves the latest backup from production to test, but doesn't necessarily restore it. This would make it...
March 3, 2014 at 8:48 am
I haven't typically seen connection issues taking many resources in SQL2K5+ instances. In SQL 7, it could be an issue, but usually in the 1000s of connections.
Does the app have...
March 3, 2014 at 8:47 am
MyDoggieJessie (2/28/2014)
Try DBCC CHECKTABLE on the table that has the clustered index. No point in checking the entire DB when it's just the one table reporting the issue?
+1
March 3, 2014 at 8:43 am
Personally, I like the logic clear so if I glance at this in a year, or someone else does, it makes sense. I'd do this:
DECLARE @year INT
, @DateFirstIssued...
February 28, 2014 at 11:40 am
richj-826679 (2/28/2014)
+1 for FoundationThe Dark Tower series by Stephen King was supposedly in the works. Hopefully it would translate better than the mangling of Under the Dome.
Was the series...
February 28, 2014 at 11:17 am
Don't commit, but if you think of ideas, make notes, or post them here. It would be good to have a nice set of 5-10 situations where cursors are replaced.
February 28, 2014 at 11:16 am
Feel free. Shouldn't be too long. Give a procedure and show how it works with a test user or two.
February 28, 2014 at 9:35 am
Can you track when changes are made to tables?
The replication process looks like any user sending a DML change to the server. To trigger on that, you'd need a trigger...
February 28, 2014 at 9:13 am
Potentially you have some sort of open transaction, close mirroring/ replication, that prevents the log from being cleared completely.
In terms of the size, I guess it's possible you need that...
February 28, 2014 at 9:09 am
call.copse (2/28/2014)
February 28, 2014 at 8:57 am
SQLRNNR (2/27/2014)
I would like to see Daniel Suarez's book Daemon turned into a movie.
That would be quite a thriller. I need to pick up his new one.
February 28, 2014 at 8:55 am
You don't write a trigger based on a range or partition. You write it based on the table.
If the read only groups are 3 months old, then your trigger just...
February 27, 2014 at 4:15 pm
email the webmaster, or use the "Write for Us" link to the left and submit as an article.
I'll edit the piece to note that.
February 27, 2014 at 4:12 pm
FYI, placeholder.
http://www.sqlservercentral.com/Forums/Forum61-1.aspx?Update=1
February 27, 2014 at 4:11 pm
Viewing 15 posts - 11,221 through 11,235 (of 39,793 total)