Viewing 15 posts - 7,486 through 7,500 (of 7,636 total)
ALZDBA (3/17/2008)
March 17, 2008 at 7:28 am
There is a SQL Server 2008 forum where you might get a better answer for that part of your question.
As for SQL2005, although it is easy to do from SMO,...
March 17, 2008 at 7:20 am
Take a look at the Profiler, under Tools in Enterprise Manager.
March 17, 2008 at 7:11 am
Jeff Moden (3/16/2008)
March 17, 2008 at 1:09 am
Does anyone know if this works for SQL2005 and the [font="System"]sys[/font] schema?
March 16, 2008 at 9:46 pm
Thanks! I've added it to my favorites too.
March 16, 2008 at 9:39 pm
That'll definitely improve my GPA. 😉
Seriously though, I don't mind the initial stuff. Everybody needs good examples to get started.
March 16, 2008 at 9:07 pm
Matt Miller (3/16/2008)
March 16, 2008 at 5:35 pm
yxl1108 (3/16/2008)
March 16, 2008 at 12:33 pm
I think that you want the events SQL:BatchCompleted and RPC:completed.
and then make sure that StartTime and EndTime columns as selected.
March 16, 2008 at 12:06 pm
Glad I could help.
March 15, 2008 at 10:54 pm
Try this:
Select * From borrow Where borrow_date < DateAdd(dd, -10, GetDate() )
March 15, 2008 at 10:52 pm
I used vb6 just fine with Sql2000. I would think that you could get it to work acceptably with Sql2005.
March 15, 2008 at 10:48 pm
Hmm, I tried to swear off "ranting" some years ago, but that doesn't seem to be working out so well... Sorry.
Anyway, for those who may actually be interested in what...
March 15, 2008 at 8:50 pm
Viewing 15 posts - 7,486 through 7,500 (of 7,636 total)