Viewing 15 posts - 106 through 120 (of 146 total)
Greg Edwards-268690 (2/4/2014)
You might want to read this.Might be helpful just to compare what the vendor says vs. your setup.
Thanks for this. We have done a lot of what...
February 5, 2014 at 8:45 am
Thanks all.
Yes this is complicated setup with the different layers of host-vm-instance etc.
Just to add to the complication, the VM has a SQL 2008 instance and a SQL 2012 instance...
February 4, 2014 at 8:54 am
Hi Grant,
Thanks for your reply.
I've checked this morning and running the query now takes roughly 20 seconds, compared the 15 yesterday. A little longer than yesterday, so I thought maybe...
February 4, 2014 at 2:22 am
GilaMonster (1/24/2014)
Maddave (1/24/2014)
January 24, 2014 at 6:30 am
Thanks for the reply, that is what I thought would happen. I think I need to do a bit of experimenting then. I am running R2 so can...
January 24, 2014 at 5:55 am
For reference, I had a long play around with a number of different queries, to try and retrieve the amount of writes to the disk for each database. Eventually...
November 12, 2013 at 7:05 am
Bhuvnesh (11/8/2013)
Maddave (11/8/2013)
November 8, 2013 at 7:23 am
Bhuvnesh (11/8/2013)
Maddave (11/7/2013)
November 8, 2013 at 4:23 am
sqlmunkee (11/7/2013)
I do this quite a lot:
ALTER DATABASE myDatabase SET OFFLINE WITH ROLLBACK IMMEDIATE;
RESTORE DATABASE [myDatabase] FROM ...
November 7, 2013 at 7:33 am
Firstly, I would question why you are allowed access to view this data. As a developer I would normally expect you to never touch production systems. That is how...
September 27, 2013 at 8:32 am
dwain.c (9/26/2013)
The only think I find annoying about them (unless I missed something) is that you can't update them. Need to...
September 27, 2013 at 2:08 am
I used Extended properties to try and keep track of the multiple databases across a range of servers as well as any database users. This way I can find out...
September 27, 2013 at 2:03 am
Love this article. Point 5 I have blatently stolen and now added to a slide deck on Database Security which I have to present to a load of developers...
September 24, 2013 at 6:55 am
Thanks both of you, that is kind of what I thought would be the answer. As the DBA I am working with our IT Security team to make sure users...
September 20, 2013 at 1:44 am
No, I thought that, so made sure all query windows were closed. All that was open was a query window using the master database and the activity monitor which...
August 30, 2013 at 4:09 am
Viewing 15 posts - 106 through 120 (of 146 total)