Topics
Started by
Posts
Last post
Hello, I run this query Select * into dbo.ReportFinal from ( SELECT A.MedRecNo, A.A…
6 replies
Hi All, I am not so good at SQL coding and need your help in writing a SP which does the following,…
8 replies
Hi: I have to write a query to select data from two tables(table A and table B). Both tables have …
5 replies
I think the title says it all. This little step is part of a much larger procedure. Bascially I ha…
64 replies
Hello, I can't get it running and it should be simple for you. In SS2008-Object-Explorer I connecte…
5 replies
Hi all: I recieve a flat file from our company that list customer orders. I am using SSIS to impor…
9 replies
Hello All,. in my c:\ drive no temp directory yet, then now in my sql server table i have a column …
6 replies
Which is the unit of time used to show in "Activity Monitor"? CPU time, or... in the column total_…
3 replies
To format $50000 to $50,000. I use a below query: "SELECT PARSENAME(Convert(varchar,Convert(money,5…
4 replies
How do I code my select statement? I recall doing this in PL/SQL years ago, but I'm not familiar wi…
20 replies
I have a Table with the below structure. ID SurveyDate FY 100 8/25/2009 2009 200 8/26/2009 2009 300…
5 replies
hi I have clustered index on tradedate,clientid and trade id CREATE CLUSTERED INDEX [tbl_trades_cid…
3 replies
Hi All, I want to find few records which exist in one of the tables of the database. Database has a…
6 replies
Here is the APPLY I have so far Anyone have any ideas on this? The issue with this is that everythi…
6 replies
Hello comunity i have this script : select '2009' AS ANO, cl.no, sum(isnull(mybo.TOTBO,0)) as 'Enco…
1 replies
Viewing 15 topics - 10,036 through 10,050 (of 10,635 total)
You must be logged in to create new topics.