Viewing 15 posts - 481 through 495 (of 758 total)
HowardW (8/8/2012)
Because it's not a UNIQUE index, so it's retrieving a range of values that match your criteria rather than a singleton lookup.
Thanks
I don't understand this because my result returns...
August 10, 2012 at 4:16 am
Grant Fritchey (7/31/2012)
SQLSACT (7/31/2012)
Grant Fritchey (7/31/2012)
August 2, 2012 at 5:11 am
opc.three (8/1/2012)
SQLSACT (7/31/2012)
pooyan_pdm (7/31/2012)
August 2, 2012 at 2:19 am
GilaMonster (8/1/2012)
Yes.
Great Stuff - Thanks
I'm finding the performance part of SQL Server to be a very challenging side
August 1, 2012 at 8:22 am
Grant Fritchey (8/1/2012)
August 1, 2012 at 8:13 am
GilaMonster (8/1/2012)
SQLSACT (7/31/2012)
I've put this together for a "SQL is Slow Now" situation, am I on the right track here?
Two things:
- Firstly cross apply to sys.dm_sql_text for the SQL...
August 1, 2012 at 6:09 am
Grant Fritchey (7/31/2012)
SQLSACT (7/31/2012)
Grant Fritchey (7/31/2012)
July 31, 2012 at 11:53 pm
Grant Fritchey (7/31/2012)
SQLSACT (7/31/2012)
Grant Fritchey (7/31/2012)
July 31, 2012 at 11:49 pm
pooyan_pdm (7/31/2012)
July 31, 2012 at 11:46 pm
Grant Fritchey (7/31/2012)
July 31, 2012 at 10:28 am
Grant Fritchey (7/31/2012)
July 31, 2012 at 10:25 am
erics44 (7/31/2012)
Does anyone know of any ways to keep a dev database up-to-date with changes on a live database without doubling up on the work?Thanks in advance
Log Shipping or a...
July 31, 2012 at 5:00 am
anthony.green (7/26/2012)
If you grant the server level role sysadmin you dont need to grant anything else as your effictivly saying you can do what you want where you want.
Thanks
July 26, 2012 at 2:15 am
sage8 (7/25/2012)
a request was made for us to capture a profiler trace given a program name.
though i do see the column Program_Name in sp_who2, what is the equivalent event/column...
July 25, 2012 at 11:51 pm
GilaMonster (7/24/2012)
300 rows is too small to test and draw...
July 24, 2012 at 6:41 am
Viewing 15 posts - 481 through 495 (of 758 total)