Forum Replies Created

Viewing 15 posts - 541 through 555 (of 604 total)

  • RE: Move Log File to another drive

    Just a quick point following on from Andy. By deleteing the log and then running sp_attach_db and only supplying a data file to be attatched, a new log file...

  • RE: How to reduce log file size ?

    If your DB & Logs are being backed up, then after the TLog has been backed up, this should free up space in your log file and leave only the...

  • RE: User rights problems

    Hi,

    Curious indeed! How is the data being imported from Excel into SQL Server? Are you using a DTS or are you using code to read from Excel and...

  • RE: User rights problems

    Have you given "CREATE TABLE" permissions?

    If not add the user into the database. In EM, right click on the database and select properties. Choose the permissions tab and...

  • RE: Installation of SQL Server crashes

    MDAC 2.7 is the latest (same as on XP).

    You can download from

    http://www.microsoft.com/data/download.htm

    Clive Strong

    clivestrong@btinternet.com

  • RE: Null User

    Hey Andy,

    I had a hunch on this one that the login was part of a Domain User group. Not sure why that account was put in the Group.

    Should Domain...

  • RE: Dead Locks

    Hi Kelvin,

    I know your situation well. I was faced with this same task!

    My first step, would be to run a trace on your database using profiler.

    Typically, when tracing for...

  • RE: Null User

    Hey,

    Just to follow on from this NULL user issue and save creating a new post. I am slightly baffled with something.

    We have a user set up as System Admin....

  • RE: Null User

    The syslogins table is in the Master DB. Open Query Analyzer and run it from there. I could not see it in EM either. I presume it...

  • RE: Trace on a table

    Sorry...typo there!

    The 3 statements should be in the "TextData" filter and in the "Like" dropdown filter!

    Clive Strong

    clivestrong@btinternet.com

  • RE: Trace on a table

    Hey,

    If you only want INS, UPD & DEL statements, I'd do this..

    In the "Events" tab, keep only TSQL->SQL:BatchCompleted

    In the "Filters" tab, set

    DatabaseID or DatabaseName

    And also in the "TextLike" filter inlude...

  • RE: SQLServer to SQLServer using Triggers

    Hey,

    Can the Linked Server not be a permanent? Or is this an issue for your company?

    If you could have a permanent Linked Server, this would resolve your issue

    If you...

  • RE: Start/Stop server via command line!!!

    Hey,

    With regards to the installed SP...Is this SQL2000? If so, run the following command.

    SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')

    For SQL 7, check the following link (too lazy to...

  • RE: SQL Server Connections in DTS Jobs

    Hey Robert,

    Thanks for your feedback.

    All of our servers are hardcoded with the Server Name. I was just playing about with the (local) parameter yesterday.

    I like your idea of the...

Viewing 15 posts - 541 through 555 (of 604 total)