Topics
Started by
Posts
Last post
Hi The following is the input to my table from text file i have loaded a sample record i am using I…
7 replies
Anyone know how to do the following. Trying to take records from the table and create a delimited s…
13 replies
I have query which is using 4 temporary tables for some internal caluclation. My doubt here is shou…
14 replies
I have a update script update membership set effdat=enrolldat There problem is that I need to upda…
5 replies
select Getdate() display the below format 2010-11-17 12:59:04:584 Need the Getdate() or any date i…
11 replies
Hi, in one my SSRS project, I am using maulti value parameters for various paramaters. The problw i…
5 replies
Dear All; I Have an Table are four Columns The Columns like an Courseid,Coursename,Edatetime,Cid t…
3 replies
By: WayneS
Hi, I've gone through the following link and attempted to use XML Indexes to query data. http://msd…
2 replies
Have a table with CardNumber(nvarchar(60),null). I'm Writing a search proc where last four digits …
4 replies
By: sturner
In there a way to make a sqlect return the column headers in the acual result set? We're use bcp to…
5 replies
I have a table called Employee(ID,Name,Age,Country,Manager,Status); And the values are as follows -…
4 replies
Hi, I need to retrieve rows from a MSSQL 2008 table and insert them into an Oracle database using a…
3 replies
I have the following. If you execute this it will return the values from the temp table and the cou…
8 replies
Please look at the following code: declare @tab table(foo nvarchar(40)) insert into @tab values (N…
4 replies
By: fedebona
I have a test procedure that select rows based on uniqueness in a column. It is simple to process …
8 replies
Viewing 15 topics - 9,121 through 9,135 (of 10,647 total)
You must be logged in to create new topics.