Topics
Started by
Posts
Last post
Hi All, I have to serach for a word from a table . I have used containstable() function , bu…
1 replies
Afternoon, I have a small reformating question that is stumping me. I would like to convert Column …
7 replies
Hi I have a table which holds the running total. DECLARE @CumCredit TABLE(RowId INT, CustomerId INT…
23 replies
I have a query like this: select x.Delay, x.Cancel, …
6 replies
First off, my apologies if this is really basic but I've never done it and can't figure it out. I h…
6 replies
I am working with a tool that generates DDL structures for tables,procedures,functions. Apparently …
3 replies
Hi Friends, I imported a Table named 'A' from X database to Y database. the Collation for the Table…
2 replies
hi friends, In my sp ve the date of " where date between'01-apr-2011' and '30-apr-2011' " for #…
14 replies
CREATE TABLE [ODS_Non_Rtl_Cr_Risk_Aggregation]( [EC_DRAWN] [numeric](18, 6) NULL, [EC_UNDRAWN] [n…
6 replies
sir, i try like below create procedure abc @sql varchar(100) as begin select * from [accomodation]…
4 replies
After thinking again and scratching my head decided to post in the forum My table structure looks l…
3 replies
Hi all: I am using change tracking with a few tables and I ran into a problem and wanted to know wh…
1 replies
Wanted to know where i am going wrong in this query DECLARE @Table TABLE ( FirstName NVARCHAR(255)…
6 replies
I have an audit table that has Inserts and Updates from a parent table. Unfortunately, we're not tr…
10 replies
I am trying to write a stored procedure that uses multiple linked servers. The issue is occasional…
1 replies
Viewing 15 topics - 5,491 through 5,505 (of 10,647 total)
You must be logged in to create new topics.