Viewing 15 posts - 616 through 630 (of 1,158 total)
Just about all errors written to the error log can be emailed using the SQL Agent alerts.
Alternatively, I'd look at using the Service broker and event notifications.
I use combination of...
January 31, 2012 at 8:07 am
Dev (1/31/2012)
When I read the membership id (16 digits) I interpreted it...
January 31, 2012 at 7:54 am
I'd just like to point out that some of the examples of numbers are not really stored as numbers.
Telephone and credit card numbers are strings of set length, so Char...
January 31, 2012 at 7:43 am
Personally, I'd be cautious about SSD due to its limited Write lifespan. I'd look at what you doing to be using it for and if its a high write...
January 31, 2012 at 7:03 am
Cowboy DBA (1/31/2012)
jarid.lawson (1/30/2012)
January 31, 2012 at 5:18 am
Koen Verbeeck (1/31/2012)
Coolroof (1/30/2012)
how to configure Encryption for particular column in sql server 2008..?pls give me the step..?
How to: Encrypt a Column of Data
First google result for sql server encrypt...
January 31, 2012 at 4:03 am
Koen Verbeeck (1/31/2012)
BrainDonor (1/31/2012)
Somebody is about to submit an astounding piece of homework http://www.sqlservercentral.com/Forums/FindPost1244144.aspx
Looks a lot like this one:
http://www.sqlservercentral.com/Forums/Topic1244005-391-1.aspx
The reply to the suggested solution is a bit worrysome though.
Thanks for...
January 31, 2012 at 3:39 am
There's been a few over complicated solutions offered here in my opinion.
Depending on how big the database is and how much data you need for reporting you have the following...
January 31, 2012 at 3:33 am
Alternatively, you could write a tabular function or a stored procedure to use a rowset query to access the file directly when called.
January 31, 2012 at 3:22 am
SQL Server wont be aware of when this file is updated.
You could setup a SQL Agent job to run every minute, load the data into a staging table and then...
January 31, 2012 at 3:20 am
The global diagram gives my favourite interpretation in conjunction with local backups for recovery.
January 27, 2012 at 12:02 pm
SQLKnowItAll (1/27/2012)
January 27, 2012 at 11:59 am
Peer to peer could be used as a DR solution. It was originally implemented as a multi-site database setup where shared resources weren't possible but two way communication (near...
January 27, 2012 at 11:37 am
Bhuvnesh (1/26/2012)
Do we require to exec sp_addarticle SP on publisher and subscriber both when we need to add any article ?
You've almost answered your own question. In peer...
January 27, 2012 at 11:33 am
Evil Kraig F (1/24/2012)
January 27, 2012 at 11:26 am
Viewing 15 posts - 616 through 630 (of 1,158 total)