Forum Replies Created

Viewing 15 posts - 376 through 390 (of 628 total)

  • RE: purpose of Service Accounts that were created during install

    Well I would not assume to know exactly what the creators of the trining kit were thinking exactly but when you say serivce accoutn normally that is a reference to...

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: Opening SSRS Solution

    When I have to do something like this I always get the code from the report server even when I can find the solution. To get the files you need...

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: SQL Server 2005 Backup File Format

    as far as I know bak is the only format that is native to SQL processes for the Backup process. There are several third party programs that do backups...

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: SQL Server 2005 Backup File Format

    you can not run a 'backup' to excel but you certainly can export a table to excel. If you click on a database and select export data then you can...

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: Keywords as column names

    it is not a great idea but if you abosultley have to then you can do so by eclosing the column name in brackets. for example if you had...

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: Newbie SQL help - Update value with next valid column values

    I know it is monday but I really feal dense.

    When I run the following Query I get the exact results row by row you say you are expecting. When...

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: Where I can get Add-in for SSMS to do "find and replace" before query execution?

    I see what you are asking for now. there are several high end SQL editors you can buy with much more advanced coding options but personally I hope they...

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: Newbie SQL help - Update value with next valid column values

    danny,

    you indicate you are having a problem with the Query I provided but I am not sure what problem you are having. I ran it against your sample data...

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: Where I can get Add-in for SSMS to do "find and replace" before query execution?

    I don't know about an add-in but in the editor window you can select edit from the menu and select find/replace. ssms contains the functionality to do a search...

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: What to check first in server when we had issue with sql server

    While those on this board could give you a general idea of what you should look for you need an understanding of SQL server to take it to a practical...

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: Newbie SQL help - Update value with next valid column values

    I had to make a change to your sample data 30:00:00 is not a valid time.

    hopefully this will take care of your problem.

    Declare @sample TABLE

    (ID INT IDENTITY(1,1), DID INT,...

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: Self Join update

    If you are setting the learner id to the employer id where they are already equal then you are setiing ID abc to id abc. I have to be...

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: Self Join update

    I think I am a little confused. Currently in your example all the records have the same client id. based on your example you what the learners client ID...

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: Simple query for the Months of a year

    Actually before I read your article I must admit I gave very little thought to set based programming at all.

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

  • RE: Simple query for the Months of a year

    Bad habits die hard and it was before I read your article from another post.

    that and it was 12 records so I must admit I gave it little thought.

    Dan

    If only I could snap my figures and have all the correct indexes apear and the buffer clean and.... Start day dream here.

Viewing 15 posts - 376 through 390 (of 628 total)