Advertisement

1 - 10 of 432 containing alltags:("msg") (0.001 seconds)
Hi Can anyone help with the 2 bits of code below by correcting the error for me. UPDATE tblTDPageNewURL SET tblTDPageNewURL.TestText = tblTDPageNewURL1.TestText FROM tblTDPageNewURL1 INNER J...
Zones: MS SQL ServerDate Answered: 04/03/2005 Grade: A Views: 0
Hi: I need loads of help, first is my Employee table  doesn't create because there is this error message that keeps coming up: Server: Msg 128, Level 15, State 1, Line 3 The name '222-22-2222' is n...
Zones: MS SQL ServerDate Answered: 04/10/2005 Grade: A Views: 0
I have a web application that will allow me to attach files (XLS, DOC, PPT, JPG, etc.) and view them later when clicked from the browser.  The browser will automatically open the proper application...
Zones: Outlook GroupwareDate Answered: 06/13/2005 Grade: A Views: 0
I've got the procedure below set up to read specific symbol values from an IN list.  Unfortunately, now I need to change it to accept the symbol as a passed parameter.  Right now the user may pass ...
Zones: MS SQL ServerDate Answered: 06/27/2005 Grade: A Views: 0
When I try to create an an database in ms sql as create database xyz; I am getting the following errors. I am doing this on a server which is used to host user accounts.  For a previously c...
Zones: MS SQL ServerDate Answered: 08/25/2005 Grade: A Views: 0
i'm trying to set two variables, compare the two, and generate an alert if the two counts are not the same.  i'd like that alert to return the endpoint and counts from both variables that are not e...
Zones: MS SQL ServerDate Answered: 11/08/2005 Grade: A Views: 0
What is the best way to download all e-mail messages onto my personal pc? I used to "select all" and "save as .txt", but in this case, attachments are not downloadable.
Zones: Outlook GroupwareDate Answered: 01/13/2006 Grade: A Views: 0
i'm getting the following error which seems to be in the @SQLSTR, cuz when i rem out the EXEC(@SQLSTR) it runs ok. the error is Server: Msg 170, Level 15, State 1, Line 4 Line 4: Incorrect syn...
Zones: MS SQL ServerDate Answered: 08/11/2006 Grade: A Views: 0
Please tell me why and what I can do? CREATE TRIGGER ALEXTR ON ALEX FOR UPDATE AS DECLARE @intRowCount INT, @id int         INSERT into ALEX1         SELECT *from deleted           se...
Zones: MS SQL ServerDate Answered: 10/05/2000 Grade: A Views: 0
I go to run a scheduled task and it seems to try to write history to the MSDB database but I get error 3009.  I looked up on MS KB and it says to use the DBCC CHECKINDENT on the two tables.  BUt I ...
Zones: MS SQL ServerDate Answered: 05/13/2001 Grade: A Views: 0