Forum Replies Created

Viewing 15 posts - 13,606 through 13,620 (of 39,919 total)

  • RE: Logical Read vs Physical Read

    Nicholas has stated it as I would. You want to concentrate on the logical reads, since lowering those lowers work. You can't control the physical reads, unless you can load...

  • RE: Copy backup of all databases to different locations.

    The copy piece isn't a part of anything native in SQL Server. Some third party utilities, like SQL Backup Pro from Red Gate, will do this, but you have to...

  • RE: Talking baseball

    Slightly jealous of Ray. He lives close enough to Yankee Stadium to get to a game for the day, and he meets Mr. October. I still remember the 3 HRs...

  • RE: Talking baseball

    Visible proof

  • RE: sql 2008 DTS support problem

    SSPI is a security/kerberos error. Search for it and you should find a few things to check. Often it's something to do with the service account and creating an SPN...

  • RE: Six Figures

    SQLPhil (7/2/2012)


    Sometimes in order to achieve the big-bucks salaries you have to make sacrifices along the way. I know a couple of people who wanted to break in to...

  • RE: Clustering with Virtualization

    If you mean can you build a Windows/SQL cluster in a VM, yes. That's what is running the SQLServerCentral servers.

    We have two virtual machines running Windows 2008 and SQL Server...

  • RE: file group reached 85% space

    You can add another file, which will help spread the load, but you will continue to add some data to all files.

    You can grow the size of the files manually,...

  • RE: Breaking a String apart

    There is no function to do this, but you can write one using the PATINDEX/CHARINDEX functions and SUBSTRING.

  • RE: Password Help

    The two links posted above work. There are also versions in some mobile stores. I have a port for iOS and for OSX as well.

  • RE: Password Help

    GSquared (6/28/2012)


    lwheeler (6/28/2012)


    Use keepass with its stored database on a service such as Dropbox. That way it will be available from any pc.

    So long as you can access Dropbox (or...

  • RE: Password Help

    GA Programmer (6/28/2012)


    Having a unique password and/or login to every site is one of those eggheaded ideas that sounds great on paper but has no real practical application in...

  • RE: Password Help

    paul.knibbs (6/28/2012)


    The one problem with using KeePass is that it's fine if you're only ever using these passwords from the machine where your password database is stored. Becomes more of...

  • RE: Restart Log Backups

    Glad you liked it, but I can't take credit for discovering this. Mr Randal, of SQL Skills, taught me this. Now I really want to get to one of his...

  • RE: Merge replication, Web Synchronization

    In the URL you posted (http://msdn.microsoft.com/en-us/library/ms151763.aspx). A few paras down there is:

    "For information about how to configure the components that are required for Web synchronization, see Configure Web Synchronization, Configure...

Viewing 15 posts - 13,606 through 13,620 (of 39,919 total)