Forum Replies Created

Viewing 15 posts - 5,056 through 5,070 (of 7,429 total)

  • RE: Sql Questions needed for "new hire" test!

    A good way to get code that best suits your needs, especially if you are in a specific line of business is to use code or examples based that you...

  • RE: Clussvc.exe And Lsass.exe Use 100% CPU

    First check Event Viewer if you have not already done and see if anything may be reporting issues. Also check the SQL Server logs for similar issues. Finally, if this...

  • RE: SQL Profiler not reporting all connections to DB

    Did you run witrh existing connections to make sure you just didn't miss it. Also, if pooling is properly working and you have occasionally connections that keep it open then...

  • RE: Wierd-job on srvr executes SP on other srvr

    Again profiler should pinpoint where they originated from exactly.

    "Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)

  • RE: Auditing - Any help welcome!

    In 7 the items start xp_trace... and can be found in BOL. Also you can turn on security auditing in SQL in general. This can be found by right clicking...

  • RE: exception_access_violation

    Yes post the data from the dump file and also if not already done so check Event Viewer applications and system to see if any other details there.

    "Don't roll your...

  • RE: What is a DBA???

    For every orginazatio you work for this will be different. But a DBA is primarily the person(s) responsible for maintainence and upkeep of the server. They should handle authentication and...

  • RE: Stored procedures

    Logging means have it write a record to a table that the SP was used and at what time.

    "Don't roll your eyes at me. I will tape them in place."...

  • RE: Access NT / 2000 username in SQL SPs

    Try SYSTEM_USER.

    "Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)

  • RE: SQL log?

    To the best of my knowledge the start time is the only thing you can get, not the run time total.

    "Don't roll your eyes at me. I will tape them...

  • RE: connection failed when job executed in SQLAgent

    Do you use a Specific Username and ID to connect to the ISP machine? How do you defien the connection in the DTS package? Do you have the ISP server...

  • RE: TEXT data type in a large database

    What version of SQL?

    "Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)

  • RE: How do you beta a service pack?

    Installing and running is done for the most part. Not really to many issues from a Service Pack with hardware unless they change drive support in SQL. Generally they give...

  • RE: Variable has a limitation

    Sorry, if you are trying to pass characters into a stored procedure via variable you can use a variable of text type for input and output in an SP. If...

  • RE: 255 Char Limitation

    Steve is correct. 7 stored the data always as a pointer on the table to a location elsewhere in the file. 2000 can store in the table from 24 to...

Viewing 15 posts - 5,056 through 5,070 (of 7,429 total)