Forum Replies Created

Viewing 15 posts - 16,276 through 16,290 (of 39,827 total)

  • RE: Moving SQL volumes - better to 'take offline' or..

    They will not be able to move the SQL files unless you shut down SQL Server. Those files are always open when the database is in use and SQL Server...

  • RE: ddl_admin limited

    Strange. If you make the change in SSMS and then use the script button, can you run that script?

    Are you use they are connecting with the same credentials?

  • RE: sql server 2005 to 2008 upgradation

    There are plenty of posts like this out there. Please search. There are documents in Books Online that talk about the process.

    It's as simple as running setup for SQL 2008,...

  • RE: Agent job outputing excel file

    Does your stored procedure produce a file?

    You could schedule a SQLCMD job that pipes output to a file, or a BCP job that pulls out data in a query.

    The job...

  • RE: Moving SQL volumes - better to 'take offline' or..

    Expanding volumes meaning adding new space or moving the volume to a large underlying disk structure?

    If it's just expanding space, it shouldn't touch existing files and you ought to be...

  • RE: Life is Short

    Thanks, everyone for the kind words and thoughts.

  • RE: Save pdf documents in database or on file server?

    there is a a white paper that talks about performance of Filestream v in database storage. Not completely applicable, but it basically says files < 256kb perform better from the...

  • RE: Memory configuration

    Make sure you set max memory for all instances in there and leave 2GB for the OS. Watch the OS for paging too much (page file activity), as that can...

  • RE: Landing My First Job

    I tend to agree with Gail. The database is often a single point of failure, and the bottleneck, and contains all the data, which is often more important than any...

  • RE: DataBase Optimization

    Optimize the database is so general. Looking at files and filegroups isn't the way to improve performance for most systems. Look at indexing and queries first. As Gail mentioned, without...

  • RE: hard disk failure before differential backup

    There is no "normally" for a hard disk crash.

    What was on the disk that crashed, and what is on other disks on that particular machine? If everything was on one...

  • RE: hard disk failure before differential backup

    I think you are confusing concepts. The mdf holds to actual data. The ldf holds the transactions that have altered the mdf.

    The diff backup holds all pages changed since the...

  • RE: Are the posted questions getting worse?

    LutzM (4/23/2011)


    ... or even within one page:

    Did you folks notice that the "Add to briefcase" button is now available for forum posts, too?

    THANK YOU STEVE!!!

    Makes SSC even more convenient...

  • RE: DDL Admin rights

    I tend to go the other way. I think I'd look to grant the CREATE VIEW to a role and add someone to that. I dislike DENY permissions as they...

  • RE: Fascination with numbers

    All the smartphone stuff and email has my mind decaying. I don't remember a lot of numbers anymore, but a few seem to standout for strange reasons. I rarely use...

Viewing 15 posts - 16,276 through 16,290 (of 39,827 total)