Viewing 15 posts - 1,066 through 1,080 (of 1,640 total)
Thanks, yes I did the backup - restore option.
I see after restore the database on the 2008 server, at the database property-options, compatibility level is SQL server 2000(80)
My question is...
February 16, 2012 at 3:12 pm
Thank you all, I do see the person today, I asked her she wrote it manually.
I thought it is a pain to do that esp.with some parameters.
good to know the...
February 16, 2012 at 11:46 am
Thanks, in the query, you use:
SELECT .elAttendanceAreaID, o.msAttendanceAreaID, o.hsAttendanceAreaID
INTERSECT
SELECT .elAttendanceAreaID, n.msAttendanceAreaID, n.hsAttendanceAreaID
Does the first .elAttendanceAreaID, you dropped O, and second...
February 15, 2012 at 4:36 pm
Thanks, I got to windows computer management, I see a group called SQLServerSQLAgentUser$..
What I see is only one member:
NT SERVICE\SQLSERVERAGENT (S-1-5-80....)
There is no my domain account there.
February 15, 2012 at 11:34 am
SQLKnowItAll (2/15/2012)
February 15, 2012 at 11:21 am
SQLKnowItAll (2/15/2012)
February 15, 2012 at 10:55 am
EdVassie (2/15/2012)
To me, it looks like your...
February 15, 2012 at 9:47 am
Gianluca Sartori (2/14/2012)
Please run this to discover the service account name.
SELECT servicename, service_account
FROM sys.dm_server_services
WHERE...
February 14, 2012 at 9:30 am
Thanks, most of our server are sql 2008, only one is R2,
I tried on R2, it works. but not on sql server 2008, good to know.
Thanks all
February 13, 2012 at 3:09 pm
So if I do from ssms, I can restore the database first without changing the origial file name, then after the database restored, then I can go to database property,...
February 13, 2012 at 2:53 pm
Thanks, so it can only be done using script, ssms cannot do it, is that right?
Thanks
February 13, 2012 at 2:39 pm
Thanks, but I got Invalid object name 'sys.dm_server_service'.
February 13, 2012 at 2:37 pm
CELKO (2/12/2012)
Dev (2/12/2012)
I must agree with Joe this time. I understand his example & serious consequences if OP’s case follows the same pattern.
I know...
February 13, 2012 at 10:15 am
Viewing 15 posts - 1,066 through 1,080 (of 1,640 total)