Topics
Started by
Posts
Last post
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
I am using SQL Server 2005 to try to remove hidden characters represented by odd little squares whe…
9 replies
I have a database that is fed from a secondary DB. AT times the secondary database allows users to…
13 replies
I need some help with a trigger. In general I try not to use triggers, but this time, it seems to …
2 replies
Viewing 15 topics - 3,691 through 3,705 (of 12,230 total)
You must be logged in to create new topics.