Forum Replies Created

Viewing 15 posts - 586 through 600 (of 654 total)

  • RE: Can DTS be used to invoke .bat file?

    you can write the script to call the .bat file


    Everything you can imagine is real.

  • RE: SQl Server Edition

    To add to the acceptable use by dcpeterson.

    in enterprise you can have more db connections than in the dev otherwise dcpeterson has covered all that you need to know


    Everything you can imagine is real.

  • RE: Poll #3

    i think i will hunt this office space that all you geeks are talking about. my choice for the moment is matrix, it was really cool.


    Everything you can imagine is real.

  • RE: Distributed Scenario

    i would go for point 3.there is replication in sql server you might want to read on that


    Everything you can imagine is real.

  • RE: How to Remove all the Xml Documents from the Cache Memory?

    i think restarting the sql server will solve the problem. i can't think of any other way.


    Everything you can imagine is real.

  • RE: update time

    you can an update trigger as suggested by noel or if you prefer you can use the update statement when you are updating your data to just update the...


    Everything you can imagine is real.

  • RE: calculate field

    joemai i can't understand what it is you are requesting.

    please put provide ddl and sample data as carl has said


    Everything you can imagine is real.

  • RE: Working only With Time in Sql?

    i would suggest

    SELECT DATEDIFF(mi, CheckInTime, CheckOutTime) AS MinutesWorked

    the datatype would be integer and then when you are displaying the hours worked in a report you convert to hours...


    Everything you can imagine is real.

  • RE: Convert String to Date

    once had a problem with the date conversions.i ended up changing to 126 from 103 because of logical errors in reports that where being generated.


    Everything you can imagine is real.

  • RE: Bulk XML Upload problem

    you can also use visual studio .net


    Everything you can imagine is real.

  • RE: Outputting XML

    select * from tbl for xml auto

    this will return an xml string

    refer to bol for more info


    Everything you can imagine is real.

  • RE: An Audit Trail Generator

    how do you take care of the reporting side of things.


    Everything you can imagine is real.

  • RE: An Audit Trail Generator

    maybe you should go ahead and do the article.in this ever evolving world of changing requirements i think i don't mind the redundancy of two or more articles on auditing.

    as...


    Everything you can imagine is real.

  • RE: Trained MS SQL Server 2005 DBA ready for work!

    nice website


    Everything you can imagine is real.

  • RE: Login failed for user ''''xxx''''. Reason: Not associated with a trusted SQL

    i have had a similar error msg before.the problem was that i was trying to use windows logon credentials on an sql server in another domain.my machine is in a...


    Everything you can imagine is real.

Viewing 15 posts - 586 through 600 (of 654 total)