Viewing 15 posts - 38,221 through 38,235 (of 39,720 total)
I tend to agree with Antares. The main reason this was developed was to allow MSDE to function like access. Every app that uses it can install itself without a...
February 20, 2002 at 9:51 am
It's a nice quick way to setup backups. When I first configure a server, I often use them until I can go back and spend some time tweaking the backups...
February 20, 2002 at 9:49 am
If you have correctly troublshot the issue, I wouldn't be surprised if this wasn't a real time check, but rather data stored in a table somewhere. So you add a...
February 20, 2002 at 9:42 am
Try using a linked server. Check BOL or here:
http://www.sqlservercentral.com/columnists/rsharma/linkedservers.asp
http://www.sqlservercentral.com/columnists/bknight/linkedserver.asp
Steve Jones
February 19, 2002 at 12:37 pm
February 19, 2002 at 9:59 am
I used EditPlus. Similar in that you can setup different types of documents and specify which keywords are highlighted, what are comments, etc. http://www.editplus.com
Steve Jones
February 18, 2002 at 2:48 pm
should be at the end of the line that specifies which instance of w2k you are launching.
Steve Jones
February 18, 2002 at 2:46 pm
Not real reason. People, I think, like it to be easy to read. Wrote something on abbreviations awhile back and someone hammered me on not being able to read the...
February 18, 2002 at 12:22 pm
February 18, 2002 at 12:22 pm
Chris,
Great article. One question, what Oracle reference did you use? Row level security is an interesting topic, and one I've dealt with in a few places. I should probably write...
February 18, 2002 at 10:58 am
FYI. Pls try to avoid dynamic sql if you can. There is often a better solution.
Steve Jones
February 18, 2002 at 10:44 am
February 18, 2002 at 10:41 am
One thing I can suggest is to remove the <>. Since you cannot test for a non-existence without scanning everything, these tend to be inefficient. If it's only positive numbers,...
February 18, 2002 at 10:37 am
You should have both procedures. When you open the code, the old object, still exists on the server. When you recompile into the new object, you are creating a new...
February 18, 2002 at 10:33 am
Get the results in text or better yet, run this from osql and pipe the results to a file. You will have the header, but that is easily deleted.
Steve Jones
February 18, 2002 at 10:13 am
Viewing 15 posts - 38,221 through 38,235 (of 39,720 total)