Viewing 15 posts - 7,111 through 7,125 (of 7,466 total)
If your sqlagent is serviced using a windows-account, you can perform remote-backups, as long as your windows-account has write-permission at the destination-folder where the .bak-file resides.
Check BOL backup devices
March 3, 2004 at 6:33 am
Sorry Frank, didn't know you were here today
March 3, 2004 at 1:34 am
- keep sql-injection in mind ! Check http://www.sqlservercentral.com/columnists/chedgate/sqlinjection.asp
- just define your variables as sp-parameters and handle your statement in your sp. You...
March 3, 2004 at 12:55 am
tsm only makes file-copies !
This will work only when the db is offline (sqlserver7 instance is down).
March 2, 2004 at 8:02 am
they were not wrong , they did too much work, which is against the nature-law that a dba is lazy by default and therefore always chooses the shortesd way to get...
March 2, 2004 at 7:37 am
In this case the sp_tableoption N'Employee', 'text in row', 'ON'
is overhead, because BOL says 'on' enables it OR an integer value from 24 through 7000.
March 2, 2004 at 12:18 am
Another reason for the simple minded to implement whatever comes up , same like buying a bigger box if the current one can...
March 1, 2004 at 9:45 am
like BTW = "by the way", BOL stands for "books online"
Start\Programs\Microsoft SQL Server\Books Online
look for "Defining...
February 27, 2004 at 7:09 am
why not setup an alert and have sqlagent sending you the mail ?
(check BOL)
There are demo-alerts with sqlserver instaled, but not activated.
February 27, 2004 at 12:16 am
yep, all programming starts with copy & paste.
February 26, 2004 at 11:53 pm
did anyone modify the dts-package from his/her client connecting to the server (and not being at the server-console ?
MDAC can cause some pains in this case because dts stores (client)-objects.
February 26, 2004 at 12:46 pm
maybe a stored proc can give the solution ?
February 26, 2004 at 12:24 pm
watch out for noeld's litle typo
, SUM(CASE WHEN MONTH(workdate) = 11 THEN bhrs ELSE 0 END ) as Dec
--should be ---------------------------12
February 26, 2004 at 12:20 pm
sql2k with sp3a on a multiprocessor box ? There is an issue with count(*). Hotfix is available at MS.
February 26, 2004 at 12:04 am
Might be the issue described at http://support.microsoft.com/default.aspx?scid=kb;en;241643. Forwarded it to my Windows administrators.
February 25, 2004 at 2:07 am
Viewing 15 posts - 7,111 through 7,125 (of 7,466 total)