Viewing 15 posts - 991 through 1,005 (of 2,647 total)
deebabat (4/25/2012)
SQLKnowItAll (4/25/2012)
deebabat (4/25/2012)
SQLKnowItAll (4/25/2012)
Lynn Pettis (4/25/2012)
Okay, it looks cleaner, but does it work? If so, is there another problem?
I think the OP is saying that this is the...
April 25, 2012 at 1:17 pm
deebabat (4/25/2012)
SQLKnowItAll (4/25/2012)
Lynn Pettis (4/25/2012)
Okay, it looks cleaner, but does it work? If so, is there another problem?
I think the OP is saying that this is the source table...
April 25, 2012 at 1:08 pm
Lynn Pettis (4/25/2012)
Okay, it looks cleaner, but does it work? If so, is there another problem?
I think the OP is saying that this is the source table for the...
April 25, 2012 at 12:46 pm
Wait... I think I have it now!
You are creating a backup and have created an automated process to restore this backup to another server. However, since the filename changed,...
April 25, 2012 at 12:18 pm
deebabat (4/25/2012)
SQLKnowItAll (4/25/2012)
Lynn Pettis (4/25/2012)
You have many of these: [Admission ID] [varchar(255)] NULL . Change the [varchar(255)] to varchar(255) or [varchar](255). Also, no such thing as a bigvarchar.
+1...
April 25, 2012 at 12:17 pm
Jonathan Marshall (4/25/2012)
April 25, 2012 at 12:13 pm
Lynn Pettis (4/25/2012)
You have many of these: [Admission ID] [varchar(255)] NULL . Change the [varchar(255)] to varchar(255) or [varchar](255). Also, no such thing as a bigvarchar.
+1 Lynn... To...
April 25, 2012 at 11:03 am
Let me ask you... Why are you changing these columns to VARCHAR? Specifically, the family income? That is money, not character data. I wouldn't make these changes, personally.
April 25, 2012 at 10:52 am
Jonathan Marshall (4/25/2012)
Yes I am backing up with a maintenance plan.So there lies the problem correct?
You haven't defined the problem. 🙂 For us, having different file names is a...
April 25, 2012 at 10:39 am
Ok, now what is the new code you ran? The code that caused the error. Also, If you can... I would remove all of the spaces from your column names....
April 25, 2012 at 10:35 am
Lynn Pettis (4/25/2012)
SQLKnowItAll (4/25/2012)
What Lynn is saying is to please post the statements that you ran so we can look at them and help you.
Dang it, I was trying to...
April 25, 2012 at 10:07 am
What Lynn is saying is to please post the statements that you ran so we can look at them and help you.
April 25, 2012 at 9:53 am
Chrissy321 (4/25/2012)
I need the sorting server side since I am using the top keyword. My...
April 25, 2012 at 9:41 am
Chrissy321 (4/25/2012)
April 25, 2012 at 9:19 am
Would the COUNT(columnName) function help?
SELECT COUNT(columnA)
FROM table
WHERE columnA = 'U'
Please read the article referenced in my signature to help us better help you.
April 25, 2012 at 9:06 am
Viewing 15 posts - 991 through 1,005 (of 2,647 total)