Viewing 15 posts - 136 through 150 (of 654 total)
Dfalir,
yes i understand, if you goto to the post above that i have put, a similar problem is being solved. if you have problems changing the code to suit your...
August 7, 2007 at 3:53 am
oh je comprends maintenant
you can goto to this post
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=338&messageid=379131
August 7, 2007 at 3:36 am
what exactly do you want to do then? i am a bit confused.
do you want the data in a row to all show in one column?
August 7, 2007 at 3:29 am
you should have a change management process in place to cover your back.
August 7, 2007 at 2:21 am
yes you can, goto http://www.gotreportviewer.com to get examples of usage of reports. what you might want to use is called a matrix report. you can do it in crystal reports...
August 7, 2007 at 2:19 am
if you are doing it in your DAL, you can use a datatable/dataset into which you populate data from two different connections provided you have the same column names and...
August 7, 2007 at 2:16 am
well i think you can use ADODB. can you instantiate it?
August 6, 2007 at 10:15 am
can you post your query, this sounds very interesting
August 6, 2007 at 10:13 am
to get more useful recommendations i would suggest you give more info on for example how busy the server is i.e. transactions per hour etc , the size of your...
August 6, 2007 at 9:48 am
do you get the error only when you run the union or when you run any other query.
check in your machine sys event log if there was a problem with the network...
August 6, 2007 at 9:38 am
yea.. beat the info out of the user
No, I think as Ninja said you have to turn on auditing
August 6, 2007 at 9:23 am
are you saying you have a one to one mapping of the store to the article?
August 6, 2007 at 9:20 am
so is your question then more like:
i would like a count of the stores that [sell/buy/whatever] an articles
August 6, 2007 at 9:19 am
Terry,
your first solution should give you what you are asking for.
select count(articles) from mystores group by store
what exactly do you mean by
But then i can't manipulate the...
August 6, 2007 at 9:15 am
Viewing 15 posts - 136 through 150 (of 654 total)