Viewing 10 posts - 211 through 220 (of 220 total)
Thank to everybody....
I'll test your code and find the right one for my problem......
June 4, 2005 at 3:46 am
.......because I have to retrieve a record for every row in the table and then re-used in a string to execute a batch command......
waiting your suggestions.........
June 3, 2005 at 4:47 pm
Thank for your sugestion......and links....
June 3, 2005 at 7:01 am
Thank to everybody,
I have found out the problem.....
In the sql statement I have to write: mm/dd/yyyy
select * from table where DateTest between 01/01/2005 and 02/06/2005,
and everything works
June 2, 2005 at 10:35 am
More informations...
in query analyzer if I print gatedate():
print getdate()
the result is:
2005-06-02 10:48:56.623
in Enterprise manager - open table and I see in open table the field dateTest records are shown like:
13/05/2005...
June 2, 2005 at 3:13 am
Sorry,
I tried :
select * from table where DateTest between 02/06/2005 and 01/01/2005
but no result in query analyzer....
then I tried :select * from table where DateTest = '13/05/2005'
(I know there...
June 2, 2005 at 3:04 am
Thank to everybody.....
yor suggestion have been very usefull.......
Thank
June 1, 2005 at 4:09 pm
............I forgot to add that my problem is in case of SQL Statement with parameter.....
the name of column change, so I declare a varable named: @Column
eg
SELECT @MyMin = 'Max (' +...
June 1, 2005 at 7:58 am
sorry....
I wontedto write...........
The master tables are:
a and d in this case.....
but in a database What are the tools that permit to find that a and d are the first tables in...
May 17, 2005 at 8:25 am
Thank to everybody,
I 'll try the sp:
sp_MSdependencies, just to see how is work and what response it gives.
Just to clear better....my job is to find the first table in the gerarchy and...
May 17, 2005 at 8:23 am
Viewing 10 posts - 211 through 220 (of 220 total)