Topics
Started by
Posts
Last post
Hi Team, am having a table Table : Test IDNameDesc 1DDesk 2DDesk1 3XTBT1 4YTXT having tri…
6 replies
Consider this command: EXECUTE xp_cmdshell 'c:\ftpfiles\zg\zg.exe -add "C:\FTPFiles\test\butthead.z…
8 replies
Hi All, I have a Table say, 'TABLE_1'. with follwing data (Dummy Data) RatingIDParameter_Order …
9 replies
Consider the below query CREATE TABLE #TEMP (Id int,VALUE NVARCHAR(50)) INSERT INTO #TEMP VALUES(1…
7 replies
I am using SQL 2008 R2. I am importing from Flat Files, and I need to validate 20+ fields in each …
6 replies
Hi folks, I need to know if it's possible, with T-SQL, to extract the year stamp from strings as va…
5 replies
create table estr ( custo int, product varchar(20), val int, billed_date datetime ) insert into est…
10 replies
Hello There, Could you please assist me to solve this, basically the below is 2 sql statements how …
19 replies
I know there have been several forum discussions about flattening hierarchies using recursive CTEs …
2 replies
Hi All, I have been trying to get a Store Procedure to return a value for success or failure back t…
4 replies
Dear Friends, my table looks like Actual Table looks Custmoer NOproduct name billed date 50 …
14 replies
Hi Friends My table looks like here create table estr ( custo int, company varchar(20), inv_no var…
2 replies
Hi, I was wondering if there is a way to do the PIVOT to get the data for last 14 Months. In my bel…
2 replies
I’m trying to get fromLSN from the remote server getting Error Conversion failed when converting da…
2 replies
I have a query where I am trying to get a total Student Count by Teacher, and also get a Count of s…
8 replies
Viewing 15 topics - 2,641 through 2,655 (of 10,647 total)
You must be logged in to create new topics.