Hi everyone,
it seems to be something really simple, but I'm hitting the wall here.
Where does sql 2005 actually keep stored procedures code?
The issue is:
When I change the code of SP from SQL Management Studio it works fine.
I can modify code without any problems. But when I connect to sql se...
more >>
Hi, I was hoping someone would point me in the right direction.
I have table with a few million records. Each record has a timestamp
field.
I want to be able to calculate what is the average time between all the
timestamps in the table.
It is further complicated by needing to remove from the ...
more >>
I have three date parts namely,
Year
Month
Date/Day
as integer values stored in one column each in a table in a SQL Server
2000 database. I need a function to serialize/compose/create a datetime
type out of them so I could use that in a query (pseudosyntax) as
below:
SELECT CreateDat...
more >>
Hi can anyone help me with this?
I have would like to be able to output some data in a very specific way
and unfortunately my SQL isn't quite up to it. The database is not
SQL Server so in this case only SQL can be used.
I have 2 Practically Identical tables that record test results from ...
more >>