Topics
Started by
Posts
Last post
I have a table created with following structure: TABLERESULT SECTION COURSECODE P1 P2 P3 P…
1 replies
Hi all, i have a simple table with this field : - nomFR => varchar(200) - nomEN => varchar(20…
2 replies
I would like to create a stored procedure to read a file path form a table and copy the .jpg to ano…
4 replies
I have 2 separate tables 1 normalized and the other not. It does however have 1 column that contai…
4 replies
Hi, This statement is correct: SELECT 'String' But when I try to use dynamic it not be correct, How…
5 replies
Does a Try/Catch block cause statements to execute like a Transaction (ie begin Tran, commit/rollba…
5 replies
Let's say, my SQL as follow, declare @tblnme varchar(30) set @tblnme='sysrunno' declare @sql nvarch…
3 replies
Hello everyone I have seen this many times, in many lines of code, but have always been uncertain w…
3 replies
Hi, Here i have a table hirarchy as follows T1 | / \ T2 T3 / /\ \ …
2 replies
Hi, I am using SQL 2005. I want to know, whether any option (SP/ Functions) exist in SQL to find …
6 replies
Hi, I would remove side-by-side duplicate charaters. I use following WHILE loop. but the CODE does …
6 replies
Hi, I want to compare charaters in the case sesitive form. I mean I would be result of following qu…
4 replies
I have the following code which works to create a variable holding xml from a file. DECLARE @xmlDoc…
2 replies
Hi, I need for achieving a special result. I love somebody to this reason I would post a query that…
5 replies
I need to take a character description field and eliminate any charges ($) information that may be …
1 replies
Viewing 15 topics - 3,691 through 3,705 (of 12,234 total)
You must be logged in to create new topics.