Forum Replies Created

Viewing 15 posts - 1,501 through 1,515 (of 2,904 total)

  • RE: Silly question...

    Select the choice for INSTALL DATABASE COMPONENTS. Then you should get one of two options:

    1. You can select to install the Server and client tools, client tools only, Server only....

  • RE: Cluster Nodes

    Yes, you must install them on both nodes.

    -SQLBill

  • RE: SQL error number: "4818". SQL error message: "Login failed for user

    ARGHHHH! Veritas Backup Exec!!!! First, do you have the Agent for SQL Server installed? If not, then it won't backup SQL Server. If so, check the Backup Exec...

  • RE: NULLS

    Wow, what a question. This depends on what the column is used for.

    I use a default of 0 when my column is of a number data type (Integer,...

  • RE: Building a new Server because old one is too slow!

    Somewhere I have seen that the best setup is:

    System databases (except TEMPDB) on one drive

    TempDB on it's own RAID 1 (two drives)

    UserDBs on Raid5 with Log files on RAID1

    Reasoning: TEMPDB...

  • RE: Server Logs - Creation Date

    Just looked over my backup information and those dates are the dates the database was created.

    -SQLBill

  • RE: QA not running after SP4

    To answer your question......yes you can reinstall it. Just run your install disk and choose the option for CLIENT TOOLS ONLY. Then you get a window where you can...

  • RE: Some of your dopiest (sp) Newbie goof ups

    This was in Oracle not SQL Server, but....

    I was hired as an Oracle Programmer to review a vendor's work on setting up a database for us. They set up...

  • RE: Server Logs - Creation Date

    I'm pretty sure it's from the server, since my backup date/times match my server date/times.

    -SQLBill

  • RE: sql*plus or pl/sql question

    DATEDIFF(datepart, startdate, enddate)

    Example: SELECT DATEDIFF(d, '2005-10-01', GETDATE())

    Refer to the BOL for more information.

    -SQLBill

  • RE: if / else statement?

    Jurushia,

    Yes that is what I meant.

    -SQLBill

  • RE: Non-Admins Creating Stored Procedures

    True story alert....

    Back up a few years....I'm a pretty new DBA. My Project Manager (PM) requests that I give the Technical Manager (TM) access to remotely run profiling/baselining scripts....

  • RE: Brand New to SQL...Help please

    Are you using Linked Servers (Sybase to Microsoft SQL Server)?

    If not, then you shouldn't be using a Sybase driver with Microsoft SQL Server. (And if you aren't using SQL Server,...

  • RE: suggestion -- handling BIG SQL error log

    Here's what I do....

    EXEC SP_CYCLE_ERRORLOG

    GO

    Then I go to the folder where the error logs are stored and open the one I need in notepad.

    -SQLBill

  • RE: Non-Admins Creating Stored Procedures

    Type up a letter to your boss/management:

    Dear ,

    I have been asked to allow users to create their own stored procedures in the database. This would require giving them admin...

Viewing 15 posts - 1,501 through 1,515 (of 2,904 total)