Viewing 15 posts - 7,126 through 7,140 (of 7,472 total)
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
having the same issue
It will work for the default instance, but not for the others.
February 25, 2004 at 12:26 am
all clients are on winXP sp1 with SQL2k sp3a (re-apply did not help).
ping is no problem.
I can register the sqlserver when I don't have EM browsing for servers.
SQLServiceManager also...
February 24, 2004 at 1:34 am
Like Frank Kalis and MrSQL said. Probably one db sould do fine.
The most frequently made worst practise is that one is tempted to go for phisical solutions without even having...
February 24, 2004 at 12:34 am
I don't use sqlmaint, but use my own dbreindex-generator. The main reason is that on our ERP-system (24/7) there is always a lock on a certain table.
On our MES-system,...
February 24, 2004 at 12:20 am
with
<< SELECT JOBID, JOBTITLE, JOBPOSTEDDATE
FROM JOB_POSTINGS ORDER BY CONVERT(VARCHAR(5), JOBPOSTEDDATE, 108) ASC >>
your query only sorts on the TIME(HH:mm)-part of your datetime (108format check BOL) !
If that is wat you want, your...
February 20, 2004 at 1:47 am
we have such "dynamic" tables.
parametertable
( tablename, colparam, colname, startdatetime , enddatetime, whodidit)
table
(datetimeInsert, d001 float, d002 float, d003 varchar(500), ...)
In the presentation layer, the...
February 20, 2004 at 1:23 am
my 2ct:
Thé main advantage is 'meaningless primary keys' !
Some use identity others use uniqueidentifier to do this.
Disadvantage of uniqueidentifier :
-...
February 20, 2004 at 12:44 am
can do
but I 've just foundout that the bo-client's mdac is not at 2.6 yet
I hope their helpdesk...
February 19, 2004 at 4:58 am
Viewing 15 posts - 7,126 through 7,140 (of 7,472 total)