Viewing 15 posts - 1 through 15 (of 21 total)
hello,
can you tell me yf this works when you put this code into ASP page and run from remote location?
This is exactly what i need to run a SSIS job...
October 24, 2015 at 8:49 am
April 13, 2015 at 6:06 am
i am sorry, i understand you, but my english is too bad!!!!
April 13, 2015 at 5:57 am
"Your transaction is isolated, changes one person makes can't affect any other, however that's not enough in this case as you don't want two people to read the same row...
April 13, 2015 at 5:31 am
Hello,
"
The very first thing you need to do is read up on SQL Injection, because your code is riddled with security vulnerabilities (unless you want your company's data exposed the...
April 13, 2015 at 4:47 am
i do it myself....not external enterprise....just to try!
Jg
October 28, 2011 at 7:33 am
ok, i agree with all!
"
Probably a good time to impress on management that a good backup would have saved days of work and prevented the loss of that data
"
YES! My...
October 28, 2011 at 5:59 am
Hello,
I tried to backup the Db HISTORICO but the error continues.
See attached image and logs from SQL.
I've recover almost all the tables ... some have failed but it is...
October 28, 2011 at 5:13 am
"
What do you mean 'mistake'?
"
Error! CRC Error!
------
"
Are the people who gave those 'orders' going to accept responsibility for the loss of this database? Did they understand the consequences of not...
October 27, 2011 at 2:21 am
thank you guys!
I have to go though, they are 17:20 (Portugal).
I have two girls waiting for me and still 40 minutes away by train!
Thank you!
JG
October 26, 2011 at 10:22 am
Olá,
I tried backing up the DB ... mistake!
I tried to back up files from DB .... mistake!
I tried to shrink the F:\...\xxxxx9.ndf for other files (V:\....\ ...).... mistake!
I am able...
October 26, 2011 at 10:16 am
Q1:
the file is in the same filegroup...."Primary"....grrrrrrrrrrrrrrrrrrrr
Q2:
logs....i have lots of messages in windows event log (application and system) and SQL event log.
see attachments....
obrigado,
JG
October 26, 2011 at 9:05 am
Hi,
i need to read the file in the internet to my SQL Server directly, like this:
-----------------------------------------
DECLARE @CD TABLE (XMLData XML);
INSERT INTO @CD
SELECT *
FROM OPENROWSET(BULK N'http://www.w3schools.com/XML/cd_catalog.xml', SINGLE_BLOB) rs;
INSERT INTO dbo.CD_Info...
February 23, 2011 at 8:38 am
Waine,
I created the stored procedure in a DB "Performance ", with temporary tables (fine!!!), like you said.
Now when I call the stored procedure from this command line:
- exec performance.dbo.sp_BigTablesSP
the...
January 11, 2011 at 9:57 am
well ... I'm getting crazy!
I said that temporary tables in stored procedures did not work because when I tried to create a stored procedure with code 1 gave me...
January 11, 2011 at 9:29 am
Viewing 15 posts - 1 through 15 (of 21 total)