Viewing 15 posts - 6,766 through 6,780 (of 7,472 total)
UPDATE [pitable].[dbo].[allpi]
SET val32= isnull(
(SELECT *
FROM OPENQUERY(pcnh, 'SELECT value as vh3 FROM picomp WHERE time = date(''*'') AND tag = ''HQ0MP001MX''
')),0)
January 14, 2005 at 12:34 am
Indeed, it is like a fence. It prevents most from coming in, but soner or later, someone will jump over it.
Keep your DRP in mind when you choose a datasecurity...
January 13, 2005 at 8:18 am
in addition to the other replies.
You can also try to disencourage native db-access by using your own naming-conventions.
I have one db that has tables named A0001,.. with columns C0001,...
January 13, 2005 at 7:53 am
muts be a udf someone instaled for you.
I cannot find it on our (dev) sqlservers.
good hunting
January 13, 2005 at 7:39 am
welcome to the forum.
Maybe this can get you on track ...
http://www.sqlservercentral.com/columnists/jwiner/moreonreturningasubsetofarecordset_1.asp
January 13, 2005 at 7:32 am
just my 2 ct.
I guess your LAST_PAY_DATE column is defined smalldatetime.
You want to fill it with '5005-01-01' . that is not alowed.
BOL says :
smalldatetime
January 13, 2005 at 1:11 am
A trigger is an in-transaction-procedure. (has to be performed in the same transaction as the object-action it is fired from)
This means that when your trigger fails, your whole transaction has...
January 12, 2005 at 12:24 am
That's what I like about this site and the QOD's.
Sometimes things are kept in mind because of an "Aha-Erlebnis"
January 12, 2005 at 12:06 am
Because your column is defined datetime ( Correct datatyping !  
it is best to order on the...
January 11, 2005 at 12:30 am
maybe this helps : ( and the comments ! )
http://www.sqlservercentral.com/columnists/awarren/worstpracticesobjectsnotownedbydbo.asp
http://www.sqlservercentral.com/columnists/sjones/istheschemastillneeded.asp
January 10, 2005 at 12:01 am
IMO it is more important that we can see who or what disabled it. and that it is meanth to stay disabled.
December 26, 2004 at 3:18 am
I don't know if this is what you want.
Keep in mind this is using xp_cmdshell !! (you don't want to open it for...
December 24, 2004 at 2:11 am
I've just replied to your http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=23&messageid=152411
December 24, 2004 at 1:08 am
Welcome to SQLServer's community.
If you have saved the DTS-package, then you can rightclick on it and there is an option "schedule job".
Just verify...
December 24, 2004 at 1:05 am
If you use the propre sp, things whill work fine.
This is because these procs also tell the running sqlagent to refresh its job-data.
I use it all the time when e.g....
December 24, 2004 at 1:00 am
Viewing 15 posts - 6,766 through 6,780 (of 7,472 total)