Viewing 15 posts - 2,356 through 2,370 (of 7,168 total)
kingdonshel (1/15/2013)
January 15, 2013 at 7:43 am
Leveraging the validation built into the System.Net.Mail.MailAddress constructor is clever and I did not have to set trustworthy on to use it. The RegEx version is nice too. I wonder...
January 15, 2013 at 7:34 am
sjimmo (1/15/2013)
. If you have a firewall blocking 1433 requests from untrusted networks then the SQL Server will never even see the request.
This is good as long as nobody...
January 15, 2013 at 6:47 am
What does this query yield?
SELECT DISTINCT
PERSONID AS EmpID,
CONVERT(NUMERIC, 722) AS ClockNo, -- we know...
January 15, 2013 at 6:43 am
aykut canturk (1/15/2013)
January 15, 2013 at 6:34 am
ScottPletcher (1/14/2013)
opc.three (1/14/2013)
YSLGuru (1/14/2013)
opc.three (1/12/2013)
January 14, 2013 at 5:14 pm
YSLGuru (1/14/2013)
opc.three (1/12/2013)
January 14, 2013 at 4:20 pm
I do not condone using xp_cmdshell at all, and especially not for something like this, but if you must here is someone who has detailed the technique from beginning to...
January 14, 2013 at 3:53 pm
sqlfriends (1/14/2013)
They are wondering the backup or restore could generate a lot of I/O and cause problems.
They...
January 14, 2013 at 3:38 pm
sqlfriends (1/14/2013)
Does backup and restore databases use a lot of I/O?
Yes.
And which one uses more I/O, backup or restore?
It depends on where the backup file resides, whether compression is on...
January 14, 2013 at 3:08 pm
rynmthw3 (1/14/2013)
Yes but to restict access to one specific login they would have to be in the master correct?
I do not think so. SUSER_NAME() does not have a restriction related...
January 14, 2013 at 3:05 pm
It depends on what other controls are in place. If you have a firewall blocking 1433 requests from untrusted networks then the SQL Server will never even see the request....
January 14, 2013 at 1:21 pm
rynmthw3 (1/14/2013)
January 14, 2013 at 1:18 pm
Ed Wagner (1/14/2013)
January 14, 2013 at 1:08 pm
Dung Dinh (1/14/2013)
I have a request from my client that they need to export data to an excel using BCP command and the excel file is with format:
Row 1:...
January 14, 2013 at 12:44 pm
Viewing 15 posts - 2,356 through 2,370 (of 7,168 total)