Viewing 15 posts - 31 through 45 (of 49 total)
I am using SQL Srver Express edition if that helps
April 8, 2009 at 12:34 pm
Its running..I am able to connect to the Sql server in Network drive..just not on my local..
April 8, 2009 at 10:41 am
BTW, I can register and connect to other servers on the network..Just the local server is having problem.
April 8, 2009 at 9:46 am
I thought I explained it in detail (atleast I thought I did). Here you go again....
We have AS400 ERP system. From the ERP to the stage tables in SQL Server...
March 28, 2009 at 3:49 pm
How about Dormant status? What does it mean?
March 25, 2009 at 10:44 am
I am still not getting it...
Here is my XML..Can somebody tell me how to get the layout from it using sql?
-
...
March 19, 2009 at 10:04 pm
This one just loads the entire file into one line. I need to be able to extract the exact columns so that I can give the file layout to...
March 19, 2009 at 3:58 pm
This is what I did guys...Sorry I din't post my query earlier...
IF OBJECT_ID('tempdb..#proj') IS NOT NULL DROP TABLE #proj
SELECT DISTINCT T1.ProjID
into #proj FROM ProjectComments t1
join proj t2 on t1.projid...
March 4, 2009 at 8:49 am
This again goes back to listing only 5 records. What I want is last 5 comments for every projectid in the table. Three are about 10,000 records in ProjectComments table.
February 25, 2009 at 7:43 pm
The problem is I need this for every project ID...When I do top 5 only the 5 columns for one projID shows up
February 25, 2009 at 6:27 pm
Christopher,
That hit right on the money.
Thanks guys so much for your help.
Appreciate it.
January 23, 2009 at 12:34 pm
Converting to deciman(12,7)
January 23, 2009 at 9:50 am
Viewing 15 posts - 31 through 45 (of 49 total)