Viewing 15 posts - 2,686 through 2,700 (of 6,679 total)
Sean Lange (10/22/2013)
polkadot (10/22/2013)
October 22, 2013 at 1:25 pm
The only way to get rid of the case expression would be to build a table that contains a cross-map of the values.
Then in your query you would join (outer...
October 22, 2013 at 1:11 pm
SUSER_SNAME() does check AD and will return the user information if found.
October 21, 2013 at 1:01 pm
In addition to which drive backups are performed - I really need to be able to block someone from taking native backups on some of my systems.
I have and use...
September 29, 2013 at 9:12 am
The only way to have two servers up and available with the same name is to have 2 domains. The production domain and the DR domain.
In order for that...
September 29, 2013 at 8:57 am
SQLKnitter (9/26/2013)
I hope that is a good...
September 26, 2013 at 12:57 pm
Your script will also fail on any named instances. The -S parameter is the SQL Server instance and you need to specify the correct instance name.
For clusters, you don't...
September 24, 2013 at 12:34 pm
If it is working well - why would you want to change it?
September 24, 2013 at 12:26 pm
For a little twist - I have a requirement to create a reporting copy of the database to be refreshed on a nightly basis. The database must be available...
September 23, 2013 at 1:53 pm
Jeff Moden (9/23/2013)
2Tall (9/20/2013)
September 23, 2013 at 1:38 pm
In order to insert data into a date data type - you need a valid date or string that can be converted into a date.
If you are looking for random...
September 23, 2013 at 1:31 pm
Here is what I use:
Select r.command
, s.text
, r.start_time
, r.percent_complete
...
September 23, 2013 at 1:01 pm
Greg Charles (9/23/2013)
1. Restore full backup
2. Restore differential backup
3. Restore log backup
So, in your...
September 23, 2013 at 12:57 pm
CptCrusty1 (8/26/2013)
Steve Jones - SSC Editor (8/26/2013)
August 26, 2013 at 12:35 pm
Jack Corbett (8/26/2013)
August 26, 2013 at 12:21 pm
Viewing 15 posts - 2,686 through 2,700 (of 6,679 total)