Viewing 15 posts - 17,536 through 17,550 (of 59,069 total)
susmitha117 (6/3/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2016 at 10:15 pm
PJ_SQL (6/3/2016)
When I change the variable to set @file2 ='C:\Test.xls' ,it generates the file. When...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2016 at 9:12 pm
arkiboys (6/3/2016)
Hi,How is it possible to use just one package to load all the .csv files into the related tables?
thank you
Unless the format of all the files were structurally identical,...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2016 at 9:00 pm
jude.pieries (6/3/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2016 at 8:54 pm
roy.tollison (6/3/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2016 at 8:45 pm
arihantjain121189 (6/2/2016)
create table input
(Id int,
A int,
B ...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2016 at 8:43 pm
p.shabbir (6/3/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2016 at 8:34 pm
krypto69 (6/2/2016)
This was a one time update.
Heh... you can't imagine how many times I've seen supposedly "one time" things suddenly become a requirement. 😉 The company missed a...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2016 at 3:34 pm
gideon_king (6/3/2016)
Thank you all for answering this silly question;Helping the optimizer, reducing clutter, and standardizing code are all things that I can live with.
thx:-)
Nah... it wasn't a silly...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 3, 2016 at 11:59 am
David.Poole (5/27/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 2, 2016 at 9:27 pm
Siqing LU (6/2/2016)
We are creating a full text index in the document table, which is using filestream to store doc or pdf files. the filestream size is about 150GB,...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 2, 2016 at 7:30 pm
krypto69 (6/2/2016)
Well it is fixed. Thanks everyone. I did run it with Gail's suggestion and it used about 30G worth of temp db space.
So for us, that was...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 2, 2016 at 7:17 pm
subramanian.esakkimuthu 40485 (6/2/2016)
you got the answer or you are still looking for the answer
Please use the other thread that JLS provided. This one is a duplicate..
--Jeff Moden
Change is inevitable... Change for the better is not.
June 2, 2016 at 7:16 pm
hoseam (6/2/2016)
I have this code, which is just a part of my code:
SET @Attachment = @FilePath + @ReportFileName
SELECT
@SQLCommand = 'BCP "SELECT * FROM ##!TableName!" QUERYOUT ' +
@FilePath +...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 2, 2016 at 7:07 pm
Lynn Pettis (6/2/2016)
d e c la r e -- spaced to post from work
@ThisDate date = getdate();
select
@ThisDate,
...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 2, 2016 at 6:55 pm
Viewing 15 posts - 17,536 through 17,550 (of 59,069 total)