Viewing 15 posts - 586 through 600 (of 653 total)
you can write the script to call the .bat file
January 21, 2006 at 9:51 am
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
December 15, 2005 at 7:29 am
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.
December 2, 2005 at 7:50 am
i would go for point 3.there is replication in sql server you might want to read on that
November 30, 2005 at 6:54 am
i think restarting the sql server will solve the problem. i can't think of any other way.
November 30, 2005 at 6:38 am
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...
November 30, 2005 at 6:23 am
joemai i can't understand what it is you are requesting.
please put provide ddl and sample data as carl has said
November 30, 2005 at 6:18 am
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...
November 30, 2005 at 6:12 am
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.
October 19, 2005 at 8:26 am
select * from tbl for xml auto
this will return an xml string
refer to bol for more info
October 12, 2005 at 4:11 am
how do you take care of the reporting side of things.
October 10, 2005 at 8:15 am
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...
October 10, 2005 at 7:41 am
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...
October 7, 2005 at 1:38 am
Viewing 15 posts - 586 through 600 (of 653 total)