Viewing 15 posts - 4,006 through 4,020 (of 7,187 total)
No, the code in the job step does not run as a single transaction (unless it consists of a single statement, of course). You would need a BEGIN TRANSACTION...END...
June 26, 2013 at 6:40 am
You can use the SET TRANSACTION ISOLATION LEVEL statement in the code for each job step. Please will you be more specific about what you're trying to achieve -...
June 26, 2013 at 3:55 am
That's a good start. Now you need to join that result set to itself on callref = callref and rn = rn + 1, counting the number of times...
June 26, 2013 at 3:37 am
Well, this would do it:
SELECT 15 AS id
but I suspect that's not what you're looking for, so please explain exactly how you get the second value from the first.
John
June 26, 2013 at 3:31 am
dazzim72 (6/26/2013)
June 26, 2013 at 2:23 am
Jason
Did you use SQL Server Configuration Manager to set the service account? Please will you post the content of SQLAGENT.OUT.
John
Edit - just realised that this thread is over a...
June 26, 2013 at 1:30 am
Lowell (6/25/2013)
isn't this three different scalar functions being used to create the...
June 25, 2013 at 10:36 am
Lowell (6/25/2013)
lose the...
June 25, 2013 at 10:10 am
Marco
If you only have 1120 rows, it may be that the query optimzer decides that it's better to do a clustered index scan than to use the index. I...
June 25, 2013 at 9:58 am
Yes, I think LiteSpeed from Quest has object level restore as well.
Another alternative is to purchase some software that allows you to mount a database backup as a database without...
June 25, 2013 at 9:49 am
Marco
Please will you post table DDL for prod_starts, along with the CREATE INDEX statement for the index you mentioned? How many rows are in the table? How do...
June 25, 2013 at 8:24 am
Lava
I suppose the advantage of a dynamic port is that a different one is authomatically selected in the event that the chosen one is in use by another process. ...
June 25, 2013 at 8:19 am
The best thing to do would be to set SQL Server to listen on a fixed non-default port, and then reconfigure your application to connect on that port (or reconfigure...
June 25, 2013 at 3:50 am
raghuldrag (6/4/2013)
what was mY error in that?
I don't know - you can see your screen; we can't. But I'd guess that your problem is you don't have an [font="Courier...
June 4, 2013 at 3:50 am
Viewing 15 posts - 4,006 through 4,020 (of 7,187 total)