Viewing 15 posts - 16 through 30 (of 604 total)
It sounds very much like the database isn't quite in single user mode.
If users were connected, I would expect an error message from the restore script.
Is it worth putting a...
January 8, 2015 at 1:59 am
Interesting post on corrupted remote backups on LinkedIn recently.
Jeff Moden's response is extremely interesting.
October 24, 2014 at 10:05 am
It's not a SQL Server term. I've had it used by Developers, Testers etc to "refresh" their servers. Essentially, restore the databases from production. But that terminology...
October 24, 2014 at 9:53 am
A very quick observation shows you have a Fee table and one category would be deposit.
Lets say you insert a deposit value into the Reservations and Fees table and you...
October 24, 2014 at 9:38 am
A really old way of doing this was to use dbo.sysindexes and using the rowcnt column.
However, this table is only in SQL Server for backwards compatibility - The other queries...
October 24, 2014 at 9:31 am
Are you asking us if you have BI tools installed or how to size your environment to get the best out of SQL Server's BI offerings?
If you want to know...
September 12, 2014 at 10:18 am
sarathcd (9/12/2014)
I have a requirement to record all the request urls from our website in the database. I have the option to either insert the url every time a request...
September 12, 2014 at 10:05 am
Excellent and fascinating post. More often than not, those who end up in a DBA role have usually come from another role in IT so this a new take...
August 18, 2014 at 3:02 am
I did pick the right option. However, all 3 could be the easiest, depending on your coding style.
Alternatively, you don't need the CAST.
SET @boolean = @TrueFalse
works just fine,...
June 5, 2014 at 2:43 am
Interesting article. Contemplated this topic previously, but never tried to build it. Looking forward to seeing how you configured this "ugly duckling"!
January 13, 2014 at 5:24 am
Could you also post the schema and indices?
January 10, 2014 at 2:51 am
What time does the job run and what time are you testing your code?
Is anything else running when the job runs (scheduled)?
January 9, 2014 at 10:12 am
Grant beat me to it! Follow that article and you can't go wrong. I followed his advice in a previous role and it simplified management of many servers....
January 7, 2014 at 3:37 am
Agree with Jimbo. I'd start with testing out the login credentials or create a login specifically for the subscriber server (not your admin login) and use that instead.
It's a...
January 7, 2014 at 3:31 am
Unfortunately, some people like to bask in the glories of others. I had one interview where a candidate bought in a portfolio of his work and while reviewing it,...
December 5, 2013 at 3:03 am
Viewing 15 posts - 16 through 30 (of 604 total)