Forum Replies Created

Viewing 15 posts - 35,176 through 35,190 (of 49,552 total)

  • RE: index filter

    The error's pretty clear.

    Resubmit the query without specifying any hints and without using SET FORCEPLAN.

    You're telling the optimiser to use a particular index that it absolutely cannot use to run...

  • RE: Invalid column name error

    GilaMonster (12/21/2009)


    What do you get when you do a syntax check on it. Exact error please.

  • RE: Invalid column name error

    What do you get when you do a syntax check on it. Exact error please.

    As an aside, I see lots of nolock. Do you know what that really does? See...

  • RE: System table permission

    The error message explicitly states that you cannot assign a permission to yourself. If you're logged in as a particular user you cannot grant a permission to that user. Furthermore,...

  • RE: Backup and insert

    How are you doing the backup? What's the 'insertion process' actually doing? What's the error that you're getting?

  • RE: index filter

    You mean an index hint "WITH (INDEX = ...)"?

    If so, you do it in an inner join the same way as your example. The hint immediately follows the table.

    That said,...

  • RE: unable to access drive

    Is the drive there and is it accessible through Windows?

    Does the SQL service account have sufficient permissions to write backups to that drive?

  • RE: System table permission

    Are you currently logged in as 'User'? Is the table owned by 'User'?

  • RE: Error while accessign the database

    Are those logins correctly mapped to the users in the database?

    If you just created new logins on the server it's highly unlikely that they won't be. Look up 'orphaned users'...

  • RE: index filter

    Sorry, I don't understand your question. Can you explain in more detail please? Possibly include the queries and table/index definitions?

  • RE: unable to access drive

    Is the drive still there? (is it accessible through windows)

    Is it a clustered SQL Server instance?

  • RE: How to repeat one Table/Cell data in each page

    Duplicate post. No replies to this thread please. Direct replies to:http://www.sqlservercentral.com/Forums/Topic836978-150-1.aspx

  • RE: System table permission

    How exactly are you trying to grant permission? What's the script?

    You don't need to explicitly grant permissions to a database owner or sysadmin. By default they have full rights to...

  • RE: Cannot shrink log file 2 (LOG FILE) because all logical log files are in use.

    Ivanna Noh (12/20/2009)


    jI have no idea what would be using the log file in the middle of the night - certainly no other scheduled jobs. The database is mirrorred so...

  • RE: Are the posted questions getting worse?

    mike_walsh (12/20/2009)


    My add-on thought to the idea that Aaron and Brent came up with is to tweet questions from RSS feeds from forums like this and sites like StackOverflow/ServerFault/MSDN Forums/etc....

Viewing 15 posts - 35,176 through 35,190 (of 49,552 total)