Topics
Started by
Posts
Last post
hi, I whant to copy a table whit the structure and the dependencies, im using sql server 2005. than…
5 replies
What is covering Index and covering query ? Is covering index is another kind of index like cluster…
5 replies
Hey nerds I'm busy with a report that needs an option for the user to select a value from a combo b…
8 replies
Hi all, I have a basic question. Its not actually a question just want to know which is the right …
4 replies
hi, my table contain the following values no name 1 aaa 1 bbb 1 ccc 2 vvv 2 nnn i need output as fo…
2 replies
please check this out and help me to get result: my data is like as folows order_num prd…
1 replies
hi i have a table which look like this: IDDepreciation 510040 547960 58585-19079.347 62466-11…
10 replies
Hi, I'm new to sql server. if anybody has a script to auto-generate alphanumeric like AAA1000 AAA10…
4 replies
Hi, Recently i read the following statement You cannot use TRUNCATE TABLE on tables that: Are refe…
6 replies
Hi, I have a column with datatype nvarchar and it contain some sample data like: 001 12 112 123 M69…
12 replies
create table #Temps ( num int, OP_Bal int, quantity int ) insert into #Temps values(1, 234, 12) ins…
18 replies
i wanna knw hw 2 create a cursor in sql server 2005 so that i can use to iterate through table rows…
8 replies
I have a query which updates columns in Table1 from max value in Table2 joining on Table1 and Table…
7 replies
Hi All, Is there any way to find the line number in the stored proc. Say i have 800 lines of code…
4 replies
I need to create a windows form that dynamically searchs the DB. After trying a few different way …
8 replies
Viewing 15 topics - 2,851 through 2,865 (of 4,155 total)
You must be logged in to create new topics.