Viewing 15 posts - 4,006 through 4,020 (of 7,191 total)
Please can we see full table DDL? If you don't have a column by which the rows can be ordered, this can't be done.
John
July 2, 2013 at 7:24 am
If you use the GUI in Management Studio to delete the login, you can go to the User Mapping tab and untick each database that is ticked. This will...
June 27, 2013 at 8:17 am
This could be the answer to your problem, as well. Depending on how your replication is configured, and depending on what testing you need to do, you could either...
June 27, 2013 at 7:52 am
Joe
Does your transaction log need to be that big? In other words, does it ever approach 100% full? If it doesn't, it's probably safe for you to shrink...
June 27, 2013 at 7:12 am
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
Viewing 15 posts - 4,006 through 4,020 (of 7,191 total)