Viewing 14 posts - 1 through 15 (of 15 total)
it's not working. do you have other idea. This error is not occurring in our development office, only in the client.
Client computers are running windows xp sp2.
February 8, 2006 at 9:49 pm
Ok... Many thanks to all of you! I will just play w/ it around!
Thanks again!
April 27, 2004 at 12:56 pm
The subquery is a correlated subquery. All the where clause are different. Example:
select ...,
(select count(*) from myview where myview.id = m.id and myview.field1 = 1 and ....) as fieldname,
(select count(*)...
April 25, 2004 at 11:13 pm
The select subqueries contains agregrate functions like:
(select count(*) from myview where ...) as field1
(select sum(field) from my where ...) as field2
How to use case for sql? Can you show some...
April 25, 2004 at 2:56 pm
I get it now! I can kill the process so that I can take offline the database.
Thanks!
April 25, 2004 at 2:52 pm
oh i see! i wish it will be on the next version of sqlserver
many thanks to u!!!!
April 23, 2004 at 7:53 am
Thanks! But why its not allowed in sqlserver to use directly expression fields?
April 22, 2004 at 1:56 pm
Thanks to this extended sproc technique. I just learned that it is possible to create objects inside sqlserver, what a nice feature!
Many thanks for the script Tobi. I will just...
March 31, 2004 at 2:42 pm
I used this UDF alot to return only the date part. I got from some site. It is also possible to get the time part mathematically. I just forget the...
March 29, 2004 at 8:59 pm
Many thanks to you Antares! And also for the tip on IF EXISTS alternative.
March 28, 2004 at 3:52 pm
thanx for informing me.
i already install msde w/ a blank password. it goes well. and its only for learning purposes.
now, i just want to get tutorials about msde. do u...
April 21, 2003 at 7:50 am
tnx for the reply...
i dnt have any previous msde installed and solve my own problem. i just use the command:
setup.exe blanksapwd=1
April 19, 2003 at 1:45 pm
Viewing 14 posts - 1 through 15 (of 15 total)