Forum Replies Created

Viewing 15 posts - 1,381 through 1,395 (of 1,583 total)

  • RE: SQL JOB step to execute a stored proc

    The problem i am having to create step 2 is that the stored proc is in a different server and the job runs on a different server. Can some...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: SQL Server Monitoring Tool

    Good timing on this article arriving in my inbox this morning, it references what Gianluca was referring to, also easy to set up (and is also free).

    http://www.mssqltips.com/sqlservertip/2085/sql-server-ddl-triggers-to-track-all-database-changes/

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: One index, or three?

    This is a question for Gail:

    p.p.s. Filters belong in the WHERE clause, not the FROM clause. (unless doing outer joins and needing the filter before the join)

    I was always instructed...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Replication

    Good points by Greg (esp. the SSIS route), but I would go with Stud's reccomendation. IMHO Transactional replication is the way to go...especially if you have a lot of...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: problem with bulk insert

    Very correct Paul.

    And in the case above, they can't find the file specified via the mapped UNC path because of the missing "$" (admin share, which of course should never...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: SQL Server Monitoring Tool

    SQL Server has a default "black box" trace that's turn on by default and tracks basic things (incredibly low overhead on the server, unlike creating your own traces from the...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: SSRS Database Missing

    Unfortunately No, that's why I reccomended the reinstall (starts over brand-new then) - have you googled the error or check BOL???

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: How to Find Who Deleted a Record

    Do you have a profiler trace running?

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: SSRS Database Missing

    Clarify the database that everything was pointed to is missing? Which DB - ReportServer and ReportServerTempDB? Both? Or something else?

    If you reinstall SQL itself, you'll lose everything....

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: SSRS Database Missing

    Do you have the option of reinstalling the SSRS from the disk?

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: SQL Server Monitoring Tool

    I can provide you with a free alternative to track:

    - When

    - Server

    - Database

    - Command issued (i.e. ALTER/DROP/CREATE, etc)

    - Which Application was used

    - spid

    -...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: passing comma delimited string as parameter to stored proc

    Jeff's function is by far the best (as many have already suggested) but if you can't create a scalar/table function you are going to be limited.

    Not certain this will be...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Release unused space after drop table in SQL 2008 Enterprise Edition

    Yes I read your post thoroughly, and just wanted to make sure "how" you attempted to remove the space by adding the basic TSQL. I sincerely hope it did...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: Release unused space after drop table in SQL 2008 Enterprise Edition

    Is your DB in simple/full/or bulk-logged mode?

    If not in simple mode, run a transaction log backup for the database you whacked the data from...you'll need to do this at some...

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

  • RE: CHARINDEX Not Finding String

    http://bytes.com/topic/sql-server/answers/80571-sql-server-text-field

    ______________________________________________________________________________Never argue with an idiot; Theyll drag you down to their level and beat you with experience

Viewing 15 posts - 1,381 through 1,395 (of 1,583 total)