Forum Replies Created

Viewing 15 posts - 2,476 through 2,490 (of 6,105 total)

  • RE: Application based security

    Using Windows authentication you can't. The only way you could differentiate permissions is by resorting to an application role. However, that has its own issues.

  • RE: Missing sp''''s in master db

    However, also check the upgrade scripts left by the service packs, also in the same directory. If they update a stored procedure during a service pack, it's not going to...

  • RE: Trigger execution

    It runs under the context of the user who performed the operation (whatever user is making the database connection in the example of your ASP page). However, ownership chaining rules...

  • RE: Timezone differences - dealing with servers in other timezones

    #1 Yes, GETDATE() returns time based on the server. The server is unaware of any timezone information of the client.

    #2 No, not within out passing in something via a...

  • RE: backup databases

    The msdb database holds the DTS packages and the information on the SQL Server agent jobs.

  • RE: Internal Sql Error

    A search on support.microsoft.com turns up quite a few hits for 8264 internal sql server error as the search query. Several look like they might apply...

  • RE: The Last Poll

    Tech event: SQL Server 2005

    MNF Memory: Brett Favre throwing for four touchdowns as his receivers caught just about everything he tossed up shortly after his dad died. Second would...

  • RE: Has anyone seen major issues with SP4?

    I currently have it on one server in production, but it does non-critical reporting. Haven't seen any issues with it there.

  • RE: Removing accounts

    You can't remove guest from master and tempdb. You can from msdb, usually with no ill effects. The information in msdb isn't something most users need access to. You can...

  • RE: Has anyone seen major issues with SP4?

    If you're using AWE, you'll need to install the hotfix as SP4 has a bug with respect to AWE memory. I think that's the main bug people have noticed.

  • RE: Can''''t connect to SQL server remotely - Super Socket error.

    Try temporarily having SQL Server listen on a different port and see if you can make a connection to server,port. I seem to remember this issue happening and by switching...

  • RE: Can''''t connect to SQL server remotely - Super Socket error.

    No, they work through SQL Server. One of the issues with netstat, however, is that except in WindowsXP where you have the -b option, you don't know what is listening...

  • RE: Job Fails when owned by user account

    Is the DTS package referencing the batch file differently than the job which directly runs the .bat file? In other words, same exact path, etc.?

  • RE: Reorganize Data Maintenance Plan Step fails

    Yup. If you can't go to SP4 and use the switch, this is the way to go. If you're on SP4, the switch should be sufficient.

  • RE: Job Fails when owned by user account

    One small point... I don't believe SQL Server Agent is actually executing xp_cmdshell. That would require a connection to SQL Server and then having SQL Server execute the extended stored...

Viewing 15 posts - 2,476 through 2,490 (of 6,105 total)