Viewing 15 posts - 10,471 through 10,485 (of 26,489 total)
Without seeing the code, we can't really give an answer.
July 25, 2012 at 12:36 pm
I'd want D and Z to also use RAID-10 as well.
July 25, 2012 at 12:34 pm
Okay, what would you like us to do? We, unfortunately, can't see what you see.
July 25, 2012 at 12:24 pm
Pretty sure you were getting syntax errors.
Try the following:
DECLARE @BatchSize INT
SET @BatchSize = 1000;
WHILE @BatchSize <> 0
BEGIN
with Remove as (
select
...
July 25, 2012 at 11:23 am
Will also need the DDL for the views/tables involved including indexes defined on the tables, the code you are running.
July 25, 2012 at 10:52 am
My tabs are set to 4 as well, but I also have SSMS replace tabs with spaces.
July 25, 2012 at 10:45 am
Let's start with the job description you are using when advertising the position.
Next, how about more about the company and benefits.
I'll will be honest, I'm not looking for a new...
July 25, 2012 at 10:34 am
Can you post the code for the error handling procedure? Also, what is (are) the exact error message(s) that are being returned from this procedure?
July 25, 2012 at 10:28 am
Stefan Krzywicki (7/25/2012)
Brandie Tarvin (7/25/2012)
Stefan Krzywicki (7/25/2012)
Brandie Tarvin (7/25/2012)
I've blogged about this subject before, but didn't get much of a response other than a few laughs from people...
July 25, 2012 at 9:59 am
vikingDBA (7/25/2012)
July 25, 2012 at 9:39 am
I agree as well, get with the team that supports the COBOL app and ask them to help you understand the tables used and how they relate to each other.
I...
July 25, 2012 at 9:28 am
Jeff Moden (7/25/2012)
Stefan Krzywicki (7/25/2012)
July 25, 2012 at 8:59 am
Something you should do when posting code. Before posing it, create an empty database, run your code there. If it doesn't work, rework it until it does run...
July 25, 2012 at 7:44 am
forsqlserver (7/25/2012)
===================================================
with Remove
as (select X.id1 from X
except
select X.id1 from X inner join Y on X.id2 = Y.id2)
DECLARE @BatchSize INT
SET @BatchSize = 1000
WHILE @BatchSize...
July 25, 2012 at 7:39 am
sivag (7/24/2012)
Lynn Pettis
i understand what u said now and i am sorry i didn't response for that before thread plz tell me...
July 25, 2012 at 7:32 am
Viewing 15 posts - 10,471 through 10,485 (of 26,489 total)