Viewing 15 posts - 166 through 180 (of 285 total)
Nothing beats experience. But how do you get it if you don't have it? Most likely by easing into it from the side. You will need some...
December 5, 2002 at 9:10 pm
quote:
We need to express an integer (eg 1034) as words ("one thousand and thirty four").Does anyone here know of anything that'll do...
December 5, 2002 at 9:07 pm
how about delegating it to a junior programmer as a learning experience?
December 5, 2002 at 8:58 pm
microsoft.com runs on 16 linked servers, each quite large in size. I saw a pretty neat overview (not TOO much marketing hype) at the local MSDN event they have...
December 5, 2002 at 8:55 pm
quote:
I'm curious as to how you automate the removal of the logins.
from BOL:
sp_droplogin
Removes a...
December 5, 2002 at 8:53 pm
from BOL: Anyone can create a job, but a job can be edited only by its owner or members of the sysadmin role.
We use a separate ID to own...
December 5, 2002 at 8:48 pm
If you don't need to store the package locally, you can save it as an external file, place it on a network drive and then use DTSRUN to execute it....
December 5, 2002 at 8:44 pm
Depending on the traffic volume, you could try matching up the IP addresses from your web server with the time stamps of when rows are updated/inserted on your data base....
December 5, 2002 at 8:39 pm
I know of several sites that use a product called Business Objects. I don't have any 1st-hand experience but it would be worth at least looking at.
December 5, 2002 at 8:36 pm
This looks like an ad.
December 5, 2002 at 8:34 pm
If you have some way to deal with the row causing the problem, you can set you job up to "quit on success" in that step and "go to the...
December 5, 2002 at 8:33 pm
Do you have any NT Event log entries that report any hardware related problems around the same time?
Do you have your server set to create a dump on a hardware...
December 5, 2002 at 8:28 pm
bat files always return 0 as their return code. There's a switch to use that causes the last command's return code to be passed back as the return code...
December 5, 2002 at 8:25 pm
You might be thinking of the considerations for when you have >2Gb of memory on your machine. Check out BOL topics "Managing AWE Memory" and "Server Memory Options" for...
December 5, 2002 at 8:19 pm
Viewing 15 posts - 166 through 180 (of 285 total)