Viewing 6 posts - 1 through 6 (of 6 total)
I'm not sure whether this will help you.. But I'm giving a try,
select id, max(submit_date)
from orders
where id = "xxx"
groupby id
June 16, 2011 at 2:32 am
This problem occurs because the service environment does not read the Windows registry to obtain the most recent changes to Windows environment variables.
First check, echo %PATH% in CMD prompt...
June 15, 2011 at 3:34 am
Unfortunately, there is no built-in support for arrays in SQL Server's T-SQL.
We cannot create arrays of variables or input parameters or columns in T-SQL.. 😀
Workaround:- Write a proc (dynamic sql)...
July 26, 2010 at 5:28 am
thank you jim! nxt time i will create new thread to discuss more..
July 21, 2010 at 2:50 am
but is it ok if we keep both mdf/ldf files on one common storage (LUN partition) in SAN storage?
my db size:15 gb
mdf/ldf LUN Size : 200 GB
ldf LUN size: 100...
July 21, 2010 at 12:42 am
Viewing 6 posts - 1 through 6 (of 6 total)