Topics
Started by
Posts
Last post
I have two tables TableA and Reference table TableB DECLARE @TableA TABLE ( city VARCH…
6 replies
Hello Experts, I am trying to get weekly inventory values from my db table named LookupInv. This ta…
7 replies
Few days back as I mentioned in my post http://www.sqlservercentral.com/Forums/Topic988521-392-1.as…
1 replies
below is a query to select a data set. I added the sub query in the from clause and joined upon it.…
3 replies
Hi All, I have Database DB and Table CB ..CB has 3 dependent Tables OB ,CP,CI So My Requirement is…
4 replies
I've been re-formatting ola hallengren's sql maintenance script so I can read and understand it bef…
2 replies
Hi What is the possible reasons that Global Temp Tables can cause performance issues. Thanks
1 replies
Hi, I have a business case where a member selects a teacher on a monthly basis (but not every month…
5 replies
Hi to all, To partition the table in sqlserver 2005 to all table to create an primary key is opti…
1 replies
Hi All, I'm struggling with a badly performing query which has me at my wits end and I was hoping f…
8 replies
How to round up a number and trim it to two digits, exe 1.434567 to 1.4
14 replies
Thanks in advance for any help you can provide. I have the following; ID Desc …
9 replies
DECLARE @MyRelations TABLE ( SubjectID VARCHAR(8), RelatedID VARCHAR(8) ) INSE…
5 replies
By: gova
hi , i need to have the current 'thisyearmonth' expressed as 201008 means august 2010 has to be exp…
4 replies
hi, I have this table Structure for international dialing Codes and Tariffs: CREATE TABLE [dbo].[T…
8 replies
By: houdou2
Viewing 15 topics - 9,391 through 9,405 (of 10,647 total)
You must be logged in to create new topics.