Viewing 15 posts - 7,126 through 7,140 (of 7,480 total)
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
http://www.databasejournal.com/scripts/article.php/1496451
-- Update Originating_Server sysjobs !! for SQLAgent
http://support.microsoft.com/default.aspx?scid=kb;en-us;281642
SQL7.0 http://ambrosoli.com/ambrosoli/how_to_rename_a_sql_server_7_0.htm
If you connect using ip there is no problem, if you connect using sqlservername, you'll have to modify the...
February 25, 2004 at 12:33 am
Viewing 15 posts - 7,126 through 7,140 (of 7,480 total)