Viewing 15 posts - 316 through 330 (of 972 total)
stormsentinelcammy (2/20/2014)
I usually take a production copy of a database where I can benchmark to what an actual user...
February 20, 2014 at 1:31 pm
Sl33py (10/30/2013)
I want to know. when I right click on databases and select restore from device, I click add and it takes a long time before anything is displayed +-...
October 30, 2013 at 11:38 am
Bradley McGuffey (10/29/2013)
October 29, 2013 at 9:05 pm
I like to use a script Michelle Ufford wrote and posted on her blog:
I make modifications to that to add/remove additional data as needed.
October 29, 2013 at 7:02 pm
The error provided is not associated with SQL Server Agent not starting, you normally see it when trying to start the SQL Server Service.
You will likely find that the SQL...
October 29, 2013 at 6:54 pm
Installing on the C drive would be sufficient for me in that situation.
October 28, 2013 at 10:03 am
I do my best to not install any part of SQL Server on the operating system drive. SQL Server is basically it's own "operating system" as you will find some...
October 27, 2013 at 10:28 pm
bathawes 16438 (10/26/2011)
I was given this formula to use although I haven't yet confirmed it is correct:
(CAST (value_in_use AS INT)/1024/4)*300 FROM sys.configurations WHERE NAME =...
August 25, 2013 at 10:18 pm
For folks that come across this post...
NZ() function is not available outside of Access so you can't use it in SSIS. What I came across was having to do something...
April 1, 2013 at 10:24 am
This can depend on how you document your systems. You do document them right? 😀
I support a branch of the military, and the organization I support right now has requirements...
March 22, 2013 at 1:48 pm
SQLDBA360 (5/30/2012)
That could be just a feature of the evaluation edition, its enabled by default on Standard and Enterprise Edition and disabled in SQL Express
I can't attest to SQL 2008...
May 30, 2012 at 7:58 am
SQL Server Management tools (SSMS, BIDS) are going to be 32-bit installations. There is no version of BIDS and SSMS available in 64bit. You will probably find it a bit...
March 13, 2012 at 12:32 pm
Since this comes up first in the list on Google I thought I would add a few notes...
There is only 1 book published by Sybex that I have seen that...
February 23, 2012 at 8:09 pm
What is the exact build number of your instance?
There are no locks (according to log_reuse_wait_desc column in sys.databases)
This column is not to show locks, it is to show what SQL...
January 18, 2012 at 1:22 pm
SQLRNNR (1/17/2012)
It is this GUI window that I was talking about.
Ah. Ok, but the OP actually wants to create a new role from the permissions of a current role. So...
January 17, 2012 at 8:06 pm
Viewing 15 posts - 316 through 330 (of 972 total)