Viewing 15 posts - 271 through 285 (of 684 total)
Hi Lee,
You won't need to give reporting services the new location, just the database name on the server.
March 25, 2008 at 8:12 am
vijay (3/25/2008)
Yes!! I Now have requirment where in I want to own as well as execute the Jobs thru "MyUser" which is now Non-Sysadmin.
Add the user to the TargetServerRole database...
March 25, 2008 at 7:58 am
George Heinrich (3/25/2008)
OK, so now for a super newbie question...how do I figure out the "real"...
March 25, 2008 at 7:53 am
I've identified one area that's useful in that output. I've made the useful bits bold to help.
Deadlock encountered .... Printing deadlock information|0
2008-03-25 09:06:12.14 spid4 |0
2008-03-25...
March 25, 2008 at 7:17 am
So do you want MyUser to execute the jobs or do you just want to schedule them but you find that you can't because MyUser owns the job?
I personally avoid...
March 25, 2008 at 7:07 am
George Heinrich (3/25/2008)
OK, I'll give that a try...so enable the trace flags, reproduce the deadlock error, then read the error log right?
Yep, that's right.
The only thing that makes me think...
March 25, 2008 at 7:03 am
I've just tested both on a table containing 4.7 million rows and I get the exact same io stats for both:
Scan count 5, logical reads 8283, physical reads 4, read-ahead...
March 25, 2008 at 6:58 am
George Heinrich (3/25/2008)
I'm thinking the READPAST locking hint might help!
I wouldn't use the READPAST locking hint as that could cause a considerable amount of problems. Even so, it will...
March 25, 2008 at 6:46 am
I've moved my reporting services databases by detaching/attaching without problems. Naturally, whilst you're moving the files reporting services won't be able to connect to the database and it won't...
March 25, 2008 at 6:29 am
Hi George,
I feel for you. No identity and a while loop?
How are you starting the serializable transaction - is it by set the transaction isolation level to serializable?
One thing...
March 25, 2008 at 6:11 am
vijay (3/25/2008)
My Sql server user will not be given sysadmin role in Production environment.in that case how the job will get execute??Appriciate the Answer in Advance.
I'm not sure I understand...
March 25, 2008 at 6:03 am
sampathsoft (3/25/2008)
But i heared Cursurs are memory huter. So if i use cursors will it take more time or are there any othere way to do...
March 25, 2008 at 5:51 am
mick burden (3/25/2008)
March 25, 2008 at 5:38 am
Scott Holmes (3/25/2008)
Id like to format a Date String to look like the following using T-SQL:
'Tue, 01 Jan 2002'
Could anyone give me a hand with the code im stuck?...
March 25, 2008 at 5:09 am
sampathsoft (3/25/2008)
I have to update more tables in same query using SQL. But i dont know how many tables i have to update. So anyone help me to do...
March 25, 2008 at 4:54 am
Viewing 15 posts - 271 through 285 (of 684 total)