Forum Replies Created

Viewing 15 posts - 16 through 30 (of 348 total)

  • RE: Failed Login

    AndrewSQLDBA (4/17/2008)


    I have tried that. Still the same error

    Thanks

    Andrew

    This is the explanation

    # re: Understanding "login failed" (Error 18456) error messages in SQL Server 2005

    State=16 means that the incoming user...

  • RE: Failed Login

    AndrewSQLDBA (4/17/2008)


    Hey Everyone

    I have a SQL 2005 box, the service starts using a domain account. I have noticed errors in the SQL logs for some time now. The error message...

  • RE: Problem With .txt file in SSIS

    gyanendra.khadka (4/1/2008)


    hi, all

    i have a txt file -

    text qualifier= none

    Hello,

    The information provided is not sufficient. You need to tell us what you are trying...

  • RE: File Check

    balamurugan.ganesan (4/1/2008)


    Hi,

    All the 3 given methods return file not exits eventhough the file is there

    -- using the scripting object

    declare @Path varchar(128) ,

    @FileName varchar(128)

    select @Path = 'C:\' ,

    @FileName = 'myfile.txt'

    declare @objFSys int

    declare @i int

    declare @File...

  • RE: How to save DTS packages to bas files

    xtoolbar (3/19/2008)


    I am using SQL2000 and I am trying to save all of DTS packages as bas files auotmatically. I had read many messages here, but I haven't...

  • RE: Checking if SSIS package is running

    Loner (2/27/2008)


    I have a SSIS package which loads data from a text file to a table in DatabaseA. I have another package which loads data from a text file...

  • RE: Attach Detach

    I would go with the way Steve said.

  • RE: Combine 2 queries toegether and put into a view

    Hello Ritesh,

    It would be better if you can post your tables structure so that it will help us to help you in a better way. It is good that you...

  • RE: Query Assist Please

    keverage (2/28/2008)


    Thanks for taking a look at this! I'm sure there is a simple solution to this, but so far I've not been able to find it. Here...

  • RE: Understanding Stored Procedures

    terrence_daniels (2/28/2008)


    I have created a database in SQL Server Express 2005 successfully. Now I need to create a stored procedure that will create a hyperlink to a specific website using...

  • RE: Application Hang / SQL Issue?

    Philip Horan (2/27/2008)


    Back Again! When I configure the SS Profiler (adding a Column Filter) to apply a filter to the Database ID as suggested do I enter the Database ID...

  • RE: Reduce page file size

    Mh (2/27/2008)


    How can I reduce the page file size in the server? Thanks.

    Hello,

    Is this what you are looking for?

    http://www.theeldergeek.com/physically_setting_the_page_file_size.htm

    Thanks

  • RE: Need a View to calculate Occupancy

    msaint (2/26/2008)


    Room Date Qty_In_Out

    101 01/22/2008 1

    102 02/4/2008 1

    101 02/5/2008 -1

    102 02/5/2008 -1

    102 02/5/2008 2

    101 02/9/2008 1

    101 02/10/2008 -1

    102 02/20/2008 -2

    102 03/5/2008 1

    101 03/6/2008 1

    The system stores a record each time a room is occupied or vacated. The goal of the statement is to determine how many days the room was occupied...

  • RE: OSQL quarks?

    AVB (2/26/2008)


    I just created a txt file from OSQL on a remote machine.

    EXEC master..xp_cmdshell 'osql -E -Q"select top 1 * from t_Table" -o\\MachineName\C$\var_out.txt'

    This worked fine. But if I add a...

  • RE: DTS Job fails when scheduled

    Michael Deputy (2/22/2008)


    The owner of the DTS Job or the owner of the scheduled task?

    The owner of the DTS job is the user who created it. The owner of...

Viewing 15 posts - 16 through 30 (of 348 total)