Viewing 15 posts - 26,896 through 26,910 (of 39,791 total)
Wow, that's surprising. Wonder if that happens in 2008. I'll have to check that.
September 25, 2008 at 8:07 pm
I'd pass in the stuff you have, then maybe query information_schema.columns for the table name, get the columns. You can concatenate those in a query and then build a string...
September 25, 2008 at 1:36 pm
I'd really love to hear what other people think is a "healthy" database. Hmm, maybe that would be a good Friday poll 😉
I think that health has to be measured...
September 25, 2008 at 1:35 pm
With merge, it's publisher/subscriber, but not really. If one server goes down, the other one still has all the data it should (or that's committed). If you have a load...
September 25, 2008 at 1:28 pm
Replication does not delete anything. It copies transactions from the publisher to the subscribers.
Unless you have merge setup, as mentioned above, it should not move data from the subscriber to...
September 25, 2008 at 1:26 pm
You should remove the triggers as they're not helping. The people querying the variables will do as well against the table. You can query with a NOLOCK, and set a...
September 25, 2008 at 11:13 am
Please post what you've tried and some information about the tables.
September 25, 2008 at 11:10 am
You need a MAPI client (Outlook or equivalent)
http://www.sqlservercentral.com/articles/SQLMail/sqlmailusingpop3andsmtp/1577/
http://www.sqlservercentral.com/articles/Administering/sqlmailresources/605/
September 25, 2008 at 11:09 am
You can't survive a kill. If someone has authority to kill your process, SQL Server will do an orderly kill and roll back the work.
September 25, 2008 at 11:08 am
It's not a simple process and you will have downtime.
Backup / restore will move the databases, and you can stage this to minimize time. Do a full backup, move that,...
September 25, 2008 at 11:07 am
Don't forget DDL triggers.
September 25, 2008 at 11:00 am
Also, please don't cross post. We scan all forums. The others were deleted.
September 25, 2008 at 10:59 am
What is the problem/error or what are looking for?
September 25, 2008 at 10:58 am
Viewing 15 posts - 26,896 through 26,910 (of 39,791 total)