Forum Replies Created

Viewing 15 posts - 2,896 through 2,910 (of 3,221 total)

  • RE: Mass Insert

    Difficult to answer your question with the information you have initially supplied.

    Suggest reading the article whose link is in my signature block. That said have you thought of placing...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Export Wizard to Excel

    maryjane

    Are you using SQL Express? If you are the access to the Export Wizard is not available.

    If you are using another version then

    1. Right Click on...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: SSIS: Can't import data from MS Access: The workgroup information file is missing or opened exclusively by another user

    Pardon me for asking the obvious

    The workgroup information file is missing or opened exclusively by another user"

    Is it missing? Opened exclusively by another user?

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Export Resulset to Excel

    Hope these can be of assistance:

    http://msdn.microsoft.com/en-us/library/ms190312(SQL.90).aspx

    http://www.mssqltips.com/tip.asp?tip=1202

    http://www.mssqltips.com/tip.asp?tip=1055

    http://www.mssqltips.com/tip.asp?tip=1202

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Problem in uploading excel data to SQL Server using SSIS

    Microsoft's recommended method to get around the problem:

    http://support.microsoft.com/kb/194124/EN-US/

    You can add the option IMEX=1; to the Excel connect string in the OpenDatabase method. For example: ...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: populate a weeks worth of data from daily data

    Oh well here is a quick and dirty solution

    INSERT INTO Dbo.Weekly(ProductNumer, WeeksCost)

    SELECT ProductNumber,SUM(Cost) FROM Daily GROUP BY ProductNumber

    Now go to Books On Line (BOL) are read the following:

    Group By

    ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/tsqlref9/html/40075914-6385-4692-b4a5-62fe44ae6cb6.htm

    Aggregate...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Comparing Rows in a VB.NET DataGridView

    Rather obscure question ... need more information in order to assist you

    Suggest you read the article in my signature block and supply requested information so that some one may help.

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Migrating from SQL 2000 to SQL2005

    Hopefully you have read about the compatability level in BOL and are taking this into consideration ...

    In the 2005 BOL read

    ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/instsql9/html/4760732b-aa3c-4f07-96ec-ba920476dd69.htm

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: inserting the selected record from from one table to another

    What is your question?

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Conversion failed when converting datetime from character string

    Ooops wrong subject - sorry about that.

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Problem with the text data column, variable

    This might give you a start, it was posted here on SCC but by whom my memory fails me.

    DECLARE @string VARCHAR(50)--must be sized large enough for given string

    DECLARE @Find AS...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: What exactly can user do with public role

    For a quick - well not so quick - use SSMS object explorer

    1. Select the database and expand it

    2. In the resulting tree view expand security

    3. The...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Question about transactions

    Working as you state

    I guess what I'm saying is, sometimes I work on user tables where I have to update thousands of users with potentially damaging adhoc queries

    on...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Debugging Stored Procedures

    venkatesulu

    Like J thanks for that link - wondered how to debug SQL 2005 and that link leading to other was just what the doctor ordered

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Views - Error Message 248

    morning!

    This is my first time in the forum, so I'm not sure I'm doing the things in the correct way. I hope so.

    Valepuffo read the article given in my signature...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

Viewing 15 posts - 2,896 through 2,910 (of 3,221 total)