Forum Replies Created

Viewing 15 posts - 20,686 through 20,700 (of 39,834 total)

  • RE: Server shutdown/restart order w/replication

    I'd go with GTs advice, though replication has worked pretty well in small situations without worrying about agents.

    I'd script the shutdown of the subscriber agents (use SQLCMD) since you'll likely...

  • RE: Performance Tuning Woe's

    yes

    and

    yes, maybe.

    All of this requires testing. Moving to temp tables could help, but you would have to run a lot of tests, probably some on the live system, to...

  • RE: CPU time drops, but elapsed time increases

    I think it's a tough one and a toss up. You might not be able to get more/better CPUs easier than disk in an enterprise box. It could easily be...

  • RE: Data Compression

    It's one thing to check for fragmentation, but that's a performance thing, not a space thing. If this is Enterprise, compression should help you. However likely what you need to...

  • RE: Licensing of SQL Server 2008 Express

    Overall it makes sense to me. I'm sure someone just bought "SQL Server" not knowing about MSDE. If you can live with the performance and limitations pointed out above, use...

  • RE: SQL SRVR 2008 - no product key on package

    Let us know. Typically it's been on the interior case with me, but I don't know how it's applied. I'd assume from MS, but possibly it's the responsibility of the...

  • RE: Red Gate SQL Backup vs. Quest Lite Speed backup

    They all compress things, but the SQL Server native compression is on/off only (http://msdn.microsoft.com/en-us/library/bb964719.aspx). Both Litespeed and Red Gate allow varying levels of compression, which allows you to trade off...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (2/19/2010)


    Pretty much holding the book in my hands is the reward I love. It's kind of hard to describe. That and hearing that it was useful. Makes all...

  • RE: Are the posted questions getting worse?

    Dave Ballantyne (2/19/2010)


    Steve,

    save us all the trouble and

    Select * from posts where Thread = 'the thread' and message like '%smith%'

    😀

    Yeah, ummm, hmmmm, I think I'll pass. Not sure I want...

  • RE: What went wrong in this backup?

    I'd go to SP3. Sp2 had some issues early on and some hotfixes.

    Haven't seen any issues, at least major ones, with Sp3

  • RE: What went wrong in this backup?

    Go to a job step, properties, advanced. There are places to log, including a table. you can specify a file or a table.

    If this is a maintenance plan, the plan...

  • RE: URGENT---Why I adding new user failed?

    I would double check this with the admins, as Lynn mentioned. I might also try to add the user to a Windows folder with permissions and make sure that box...

  • RE: stop SQL and defrag

    If you manage your file size and grow discretely, you don't need to do this often. Diskeeper works, but I've done this once a quarter or less with the built...

  • RE: SQL Engine

    First, you need to realize that SSMS != SQL Server. SQL Server is a server service that starts up independently of SSMS.

    SSMS is a program, like notepad. You can run...

  • RE: The Average Joe

    Well written, Gary. Your brother is lucky to have you around.

Viewing 15 posts - 20,686 through 20,700 (of 39,834 total)