Viewing 15 posts - 151 through 165 (of 267 total)
Nope. The statement that my sql creates, if I copy paste it into a command prompt it deletes the file.
Furthermore the same proc actually creates that file to begin...
June 29, 2015 at 1:17 pm
Good grief guys! Look I pulled a late one, running on about two hours sleep. You know i didn't even see the link) until now). Time for...
June 19, 2015 at 7:09 am
I just read it. And basically my question is already in this format. My question I believe is pretty detailed. I tell what I'm trying to do,...
June 19, 2015 at 7:01 am
I like your tag-line for one.
Secondly what other information would help you help me? I explained the issue, supplied my code and the output.
June 19, 2015 at 6:50 am
LOL. OR you could add the N..
Thanks Gail.
June 10, 2015 at 10:05 am
Thank you so much. You got me there. Took that error, parameterized the command and it worked.
Here is what I ran:
DECLARE @sql as nvarchar(4000)
SET @sql =...
June 10, 2015 at 9:20 am
Good idea, when I read it...
I run this:
EXEC adasdb.master.sys.sp_executesql 'RESTORE DATABASE ETLNewTest FROM DISK = ''g:\MSSQL11.MSSQLSERVER\MSSQL\ETL_663.bak''';
Get this:
Procedure expects parameter '@statement' of type 'ntext/nchar/nvarchar'.
June 10, 2015 at 9:17 am
Can you give a full example of what this would look like?
June 10, 2015 at 8:17 am
Well the CLEANTABLE function is for varchar columns and SUPPOSEDLY does not do anything for int's.
Tried it... He shoots, he scores... It worked.
I considered this however knowing that it...
May 28, 2015 at 11:24 am
And yes the math works but in the heck is that overhead coming from
May 22, 2015 at 4:06 pm
Well i created the table, new name. Added column fine. Tried original table still same problem.
Sooooooooo. I drop fk constraint, copy data to...
May 22, 2015 at 4:04 pm
I prefer to code it and yes I tried that, good thought.
I am a contractor and have been at this site for a few weeks. The table has several...
May 22, 2015 at 2:25 pm
LMAO...
You have no idea the relief. I just could not get this. Thanks again!
April 22, 2015 at 9:40 am
spaghettidba
ARE YOU KIDDING ME RIGHT NOW??? Dude if you were here I would hug you and give you a big sloppy kiss (glad your not here)..
It worked!!! I have...
April 22, 2015 at 9:34 am
Perhaps there is a better approach? So the part of my sproc that copies the data from one server / db/ table to another is working fine, no problem.
The...
April 22, 2015 at 9:29 am
Viewing 15 posts - 151 through 165 (of 267 total)