Forum Replies Created

Viewing 15 posts - 30,721 through 30,735 (of 39,754 total)

  • RE: restore to multiple datafiles

    I don't believe you can do this directly because of the mapping of pages to logical files. My guess is you need to:

    1. restore to db with 1 MDF/ 1...

  • RE: Sponsored Content

    First, the content will run like any other article, on the front page, in the newsletter, comments welcome. We just want to call it out so you're aware it might...

  • RE: The Pace of Information

    I think we had a 9th planet issue a long time ago, but it was about 5-6 years ago that there was a 10th planet issue. I think it was...

  • RE: restoring the MASTER

    You need to use SQLCMD. SSMS and Enterprise Manager open multiple connections to the server.

  • RE: UPDATA STATISTICS

    DBCC SHOW_STATISTICS (table_name , index_name)

  • RE: points?

    It's 1 point per post, correctly answered Questions of the Day at their point value (usually 1-2 points).

    We may expand it to scripts and articles, not sure yet.

    It's kind of...

  • RE: Wiggle Room

    Very interesting comments and thanks for the debate.

    If the company doesn't ask about some skills or change the reason they hired you, then I think it's fair that you wouldn't...

  • RE: Wiggle Room

    I tend to agree with Sharon. Anyone other than an expert, meaning someone that has more experience and success than at least 75% of the people in the field is...

  • RE: Self Join ?

    Glad to help and let us know if you figure something else out. Might help the next DBA.

    Steve

  • RE: provide data by date.

    This doesn't make sense.

    Can you separate columns and data, or is that not what you're showing.

    You have an incomplete SQL statement that includes stuff that doesn't seem to relate to...

  • RE: Import

    I'm not sure what you mean here. Import into test before test?

    If you are trying to drive a job with a loop, I'd make a table in some db, maybe...

  • RE: tempdb ballooned

    I'd do what Phillip suggested and also you might want to ensure there are limits to how tempdb can grow. If you allow autogrow, you might set a "space holder"...

  • RE: truncation issues btw 2000 and 2005

    Same file in both cases? Same collation?

    Are these the same server or at least same version/localization of Windows?

    Can you post the exact error?

    How are you importing?

  • RE: jobs running uder same SPID causing Temp table problems

    Two different jobs, even with the same user calling them, in this case SQLAgent, should have different SPIDs. The SPID is the process handle for the connection. Name of user...

  • RE: ISO TSQL to Delete User IF EXISTS from DB only (not SQL Login)

    That's the way to do it. For regular operations (add, edit, delete) or objects, you don't want to mess with the system tables as a rule. There are exceptions, but...

Viewing 15 posts - 30,721 through 30,735 (of 39,754 total)