Viewing 15 posts - 2,356 through 2,370 (of 7,164 total)
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 15, 2013 at 6:47 am
What does this query yield?
SELECT DISTINCT
PERSONID AS EmpID,
CONVERT(NUMERIC, 722) AS ClockNo, -- we know...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 15, 2013 at 6:43 am
aykut canturk (1/15/2013)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 14, 2013 at 5:14 pm
YSLGuru (1/14/2013)
opc.three (1/12/2013)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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....
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 14, 2013 at 1:21 pm
rynmthw3 (1/14/2013)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 14, 2013 at 1:18 pm
Ed Wagner (1/14/2013)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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:...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 14, 2013 at 12:44 pm
Abu Dina (1/14/2013)
They say it's best practice to name a SQL instance even it's the only instance on the host server.
I have not heard that one. Can you share a...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 14, 2013 at 12:36 pm
All you showed was the SELECT column list. Could you please provide the full query based on the test table I provided in an earlier post? I would like to...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
January 14, 2013 at 12:24 pm
Viewing 15 posts - 2,356 through 2,370 (of 7,164 total)