Viewing 15 posts - 39,391 through 39,405 (of 59,072 total)
akmerve (3/9/2010)
I'd like to have total value of amount paid (PAID) iterated at every row level. For instance, by using the query shown below, I would be able to...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 10, 2010 at 6:11 pm
Thanks for the article referral, Chris. 🙂
--Jeff Moden
Change is inevitable... Change for the better is not.
March 10, 2010 at 6:09 pm
Saravanan_tvr (3/10/2010)
I have a table for example
table 1
columns are : Item_no , stock1,stock2 ,date
rows ...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 10, 2010 at 6:00 pm
vaibhav.tiwari (3/10/2010)
Bhuvnesh (3/10/2010)
sinamora (3/9/2010)
12 3 ...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 10, 2010 at 5:55 pm
Make sure that you understand the last part of that Books Online entry... it uses 2 BYTES for every character. That's twice the network traffic, twice the memory used,...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 10, 2010 at 5:53 pm
mail2payan (3/10/2010)
I want to know, what can be the combined insert/update trigger for this!!
Ummmm... no... a trigger isn't the place for such code. You should already know if the...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 10, 2010 at 5:49 pm
kaladharreddy15 (3/9/2010)
Write a query based on Customer table that returns list of customers having same birthday. List allgroups.
Heh... this is a simple query and it sounds a whole lot like...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 10, 2010 at 5:45 pm
I agree... depending on what the search criteria is, an index can help a lot.
A word of caution on DTA... it can and will frequently lead you down the primrose...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 10, 2010 at 5:44 pm
GTR (3/9/2010)
Because even if you don't use complete space for particular data types it will allocate and reserve the maximum size, you will be wasting resources.
I don't believe that's true...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 10, 2010 at 5:40 pm
Mh-397891 (3/10/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 10, 2010 at 5:30 pm
ramyours2003 (3/9/2010)
thanks for ur responses the link which u mentioned is not opening .
The link that Lynn posted will work if you paste it into the URL box in SQL...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 10, 2010 at 5:00 pm
Paul_Harvey (3/10/2010)
Hopefully an easy one for somebody in "the know".
I have a table with some 75 fields, that acts as a staging table for incoming data feeds.
I want to...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 10, 2010 at 4:51 pm
Jacob Pressures (3/10/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 10, 2010 at 4:45 pm
preetshari (3/10/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 10, 2010 at 4:41 pm
It also works from SSMS when you shrink at the file level and tell it to reorganize before shrinking.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 10, 2010 at 4:39 pm
Viewing 15 posts - 39,391 through 39,405 (of 59,072 total)