Viewing 15 posts - 13,696 through 13,710 (of 15,381 total)
My guess is the client does not want to see stored procedure code (documented or not). They want to know the logic of the procedure. Since this is a "data...
October 17, 2011 at 7:44 am
Good question and actually makes sense if you think about it. The check constraint is checking for values. From BOL
CHECK constraints enforce domain integrity by limiting the values that...
October 17, 2011 at 7:24 am
Are you getting an error message? "Not working for me" doesn't give me much to go on. 😀
October 15, 2011 at 8:13 pm
Here is a decent example of getting your connection established. http://support.microsoft.com/kb/306125
October 15, 2011 at 7:51 am
sabahsuhail_fjwu (10/15/2011)
Sean Lange (10/14/2011)
Encrypting this seems...
October 15, 2011 at 7:47 am
SQL_By_Chance (10/15/2011)
Sean Lange (10/14/2011)
Your post wasn't showing up on the active threads.
EXECUTE sp_executesql N'USE Rule_DB; EXEC [DPPEngine] ''MIGRATION_DB'',''Filteration-1,Mapping,Mapping-dvt,Mapping-Update1,Filteration-2,Pre-Cflag,CFlag,InSourceMerging,CS-1'',''v4.0'', @SOURCEID'
Sean, Thanks for your help.
The ";" after Rule_DB is making...
October 15, 2011 at 7:44 am
The point is the "generic" way you will not return any rows when the where clause does not find anything which is specifically what the OP is asking for.
October 15, 2011 at 7:40 am
Performace Guard (Shehap) (10/14/2011)
October 14, 2011 at 3:47 pm
Tallboy (10/14/2011)
I have linked tables working now between access 2993 and sql server 2008 and for me that's a big step forward.
Although all my tables are...
October 14, 2011 at 3:39 pm
Thanks for the reminder Lowell. I sort of vaguely remembered there was view with that info but couldn't think of it. Now I don't have to.
October 14, 2011 at 2:23 pm
That looks like a pretty good approach to me. The only thing I would do differently is to use the Delimited splitter from Jeff's article. It is crazy fast and...
October 14, 2011 at 2:03 pm
Why do you care about encrypting a timestamp column?? timestamp (or rowversion) is a deprecated datatype anyway and should be avoided for new development. http://msdn.microsoft.com/en-us/library/ms182776%28v=SQL.105%29.aspx
Encrypting this seems like overkill because...
October 14, 2011 at 1:55 pm
Here are the articles from BOL.
Save DTS package: http://msdn.microsoft.com/en-us/library/aa216436%28v=SQL.80%29.aspx
Open DTS package: http://msdn.microsoft.com/en-us/library/aa216421%28v=SQL.80%29.aspx
October 14, 2011 at 1:04 pm
Been awhile since I did that but I think there is an option to Save As .dts or something along those lines. I remember saving them to a file with...
October 14, 2011 at 1:01 pm
It is pretty hard from here to get a real understanding of what you are doing but it does seem a little odd ball. Of course what application doesn't require...
October 14, 2011 at 12:58 pm
Viewing 15 posts - 13,696 through 13,710 (of 15,381 total)