Forum Replies Created

Viewing 15 posts - 166 through 180 (of 285 total)

  • RE: SQL Career Advice Needed

    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...

  • RE: Number expressed as words

    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...

  • RE: Portable DTS Packages

    cool. let me go vote ...

  • RE: dumping 100 tables to ascii file

    how about delegating it to a junior programmer as a learning experience?

  • RE: examples of large databases

    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...

  • RE: Auditing New Users

    quote:


    I'm curious as to how you automate the removal of the logins.


    from BOL:

    sp_droplogin

    Removes a...

  • RE: security for Jobs

    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...

  • RE: Execute DTS from VB

    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....

  • RE: client spid

    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....

  • RE: ETL tools

    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.

  • RE: New Data and Schema Replication Tool-not expensive

    This looks like an ad.

  • RE: Jobs quits when error occurs

    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...

  • RE: SQL Service stop/restart by itself

    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...

  • RE: batch file works, job fails

    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...

  • RE: SQL2K with 2 GB RAM

    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...

Viewing 15 posts - 166 through 180 (of 285 total)