Viewing 15 posts - 1 through 15 (of 20 total)
TY Tyson!!!!!!
I will try this code. I appreciate you taking time to write code and share it with me.
Sean please stop replying to my threads
You are not helpful at...
April 30, 2012 at 8:44 am
adrian.facio (4/25/2012)
I prepared the following steps of my solution, when i struggle to understand a query i break it down to the very fundation, then i add one thing at...
April 25, 2012 at 2:58 pm
Lynn Pettis (4/24/2012)
wutang (4/24/2012)
adrian.facio (4/24/2012)
-- A tally table is needed.
CREATE TABLE Numbers (Number INT)
INSERT INTO numbers
SELECT TOP 1000 row_number() OVER (
ORDER BY...
April 24, 2012 at 1:14 pm
adrian.facio (4/24/2012)
-- A tally table is needed.
CREATE TABLE Numbers (Number INT)
INSERT INTO numbers
SELECT TOP 1000 row_number() OVER (
ORDER BY column_id
)
FROM sys.columns;
-- Number...
April 24, 2012 at 12:55 pm
I am showing you current output and desired output.
What SQL code should I use to copy a record?
April 23, 2012 at 10:58 am
Ty for your reply.
I think you are confused with what I am asking.
Basically all i want to do is copy a record(s).
How do I copy a row and change the...
April 23, 2012 at 7:42 am
hey,
the article is fine but my scripting is beginner
I'm getting syntax errors
can i perform a select into with openrowset?
the name of the file is abc.xls in C:
what i want to...
September 26, 2007 at 1:26 pm
Thanks for the quick reply noel
wanna double check that link?
September 26, 2007 at 12:46 pm
SET @QueryStr = 'Select * FROM table1 WHERE col1 IS NULL or col1 = ' + ' '
July 31, 2007 at 9:56 am
i dont mean to sound rude or anything but are you a girl brandie?
July 25, 2007 at 9:48 am
Viewing 15 posts - 1 through 15 (of 20 total)