Viewing 15 posts - 33,451 through 33,465 (of 39,736 total)
If you are sticking with SQL2K Std, then RAM isn't an issue. You can only use 2GB, so I'd go with 3 or 4GB for the server to give the...
December 26, 2005 at 9:18 am
Is there a question here ![]()
Does a WHERE clause not handle this for you with one of the effective dates? Seems like you are...
December 26, 2005 at 9:10 am
What's weird? Do you have long strings in there?
I don't think that osql will produce an easily readable format. It's designed to retrieve the data, but not for something like...
December 26, 2005 at 8:55 am
No, you would need to use patindex/charindex to get the positions and then substring to find the data. You are dealing with a string here, not a function call or...
December 26, 2005 at 8:54 am
They are stored in msdb. You can restore a previous backup of MSDE and get the information from sysjobs and sysjobsteps.
Note: You do not need to overwrite msdb, nor is...
December 26, 2005 at 8:52 am
It does impede point in time recovery, but it does allow recovery to the last transaction log as well as recovery afterwards.
Perhaps you might describe your problem as you seem...
December 26, 2005 at 8:51 am
If you read the entry, it allow recovery while increasing performance during bulk loads. There are some limitations in how the data is recovered, but assuming you do not fail...
December 26, 2005 at 8:50 am
I know most of this is possible today, but it's not easily integrated. Nor does it work with most phones or cars. Yet I think it's an easy one.
To me,...
December 26, 2005 at 8:45 am
There are some third party product, Protegrity, Netlib, application secrurity, etc. Use the site search as we have a few reviews posted.
Even this: http://www.sqlservercentral.com/columnists/mcoles/freeencryption.asp
Be careful when you do this and...
December 23, 2005 at 12:34 pm
You can use create a table and then run a "dir" or some other mechanism to get a list of files and load into the table. you'd need to then...
December 23, 2005 at 12:33 pm
Merry Christmas and enjoy the holiday!
December 23, 2005 at 10:03 am
I usually put the update and select inside the transaction.
December 23, 2005 at 10:02 am
Am I the only one with kids here? I thought I'd be low man on the totem pole with this one!
I tend to agree that I rarely decorated anything until...
December 23, 2005 at 9:54 am
Viewing 15 posts - 33,451 through 33,465 (of 39,736 total)