Forum Replies Created

Viewing 15 posts - 3,001 through 3,015 (of 3,689 total)

  • RE: SSWUG is it a real USER GROUP or not ??

    The defense for this was that SSWUG were acting as a collation service so that all relevant links were present within their site.  There is something to be said for...

  • RE: The insult before Christmas

    Here in the UK anti-fit jeans are being marketed

    I've been wearing them for decades and I can buy 6 pairs for the price of...

  • RE: Check if a file exist in a Query!

    master..xp_fileexist 'c:\test'

  • RE: Odd Date-Country problem for sa account

    I don't have a SQL7 box to hand but in 2000 you do the following within Enterprise Mangler

    • Right click on the server and select properties
    • Choose the "Server settings" tab
    • Under default...
  • RE: Permissions on Objects

    Grant permissions to a role rather than a user and then assign users to the role.  A user is more likely to leave than a role is to become obsolete.

    USE...

  • RE: ascribe dbo to login ( in place of sa)

    try exec sp_changedbowner 'domain\user'

    The thing with sp_addalias is that many logins can be aliased to one user.

  • RE: Triggers and ASP pages

    Does your ASP page use SQL Authentication or Windows Authentication?

    I've found that in some cases I have to fully qualify a stored procedure name with the database.owner.storedprocedure.

  • Viewing 15 posts - 3,001 through 3,015 (of 3,689 total)