Viewing 15 posts - 1 through 15 (of 18 total)
Thanks for that, but what i need is to incorporate it with the Osql -L so I get those details for every server on the network
August 8, 2007 at 9:42 am
I have 2 queries.
select dept,count(user)
from dept
select dept, count(user)
from dept
where code = 'XP'
tried combining -
select dept,count(d.user),count(e.user)
from dept d, dept e
where code = 'XP'
but I get the same results in...
May 16, 2005 at 8:17 am
but I will I the insert the data from the othe tables.
What I am after is a way to insert all the data ie. get the site_id,time_id and min value...
February 22, 2005 at 8:43 am
Marty, thanks for your help, but what I need is the actual T-SQL code, so what I declare, what the code is. I need help with the T-SQL.
Thanks
February 22, 2005 at 6:28 am
How would I write the trigger? what would be the T-SQL
Thanks
February 22, 2005 at 5:59 am
Tried logging on as 'sa', same result,
version : SQL Server 2000 standard - 8.00.760
I am inclined to think it a Win NT4.0 workstation issue. I just need someone to confirm...
September 13, 2004 at 7:12 am
Different accounts, but both had sysadmin permissions.
September 10, 2004 at 4:59 am
This is the error message when the job is run
error string:unspecified error
error source: Microsoft Jet Database Engine
help file:
help context:500000
error detail records: error -2147467259 (800004005);provider error 0(0)
error string:unspecified error...
May 25, 2004 at 8:16 am
Thanks for all your help, finally got it working
Thanks again
April 15, 2004 at 8:48 am
Cristiano, what is the error message?, it doesn't appear on the post
April 15, 2004 at 6:26 am
Viewing 15 posts - 1 through 15 (of 18 total)