Topics
Started by
Posts
Last post
Hi, We have existing Stored Procedure and we would like to modify to add some interwal logic to che…
15 replies
Hi, I Created Function For Indian Money Format CREATE function [dbo].[Fn_Indian_Money_Format] ( @…
5 replies
Does anyone knows a way to handle errors in eg. stored procedure, function or trigger in a generic …
1 replies
I am trying to understand why the case statement is failing... create table #DateTest (col1 varc…
8 replies
All, I found some wierd thing today when i ran the below two version of queries. select * from sub_…
4 replies
UPDATE LII SET value_exists = 1 FROM LII od JOIN VPL sl ON (sl.it like '%' + od.value + '%' AND …
2 replies
Hello. I'm having trouble implementing a query for searching names on a table PERSON, which has two…
1 replies
Here's a POLYGON from my MS SQL 2008 database that I pulled to use here as an example: POLYGON ((-6…
6 replies
This should be nice and simple, but I cannot work out how to do this, hence help required. (Table n…
4 replies
I'm doing unicode conversion. I am recreating a mirror image of some 100 databases and all their …
3 replies
Hello Friends, Following is the DDL, Sample Data for the requirement I have : --DDL SET ANSI_NUL…
12 replies
How to Query Tune The Stored procedure.. Any helpful document.. Where to start how to do.. Tha…
5 replies
Good afternoon... I wonder if anyone can help me with something which, as is often the way, I thoug…
2 replies
Hi Guys, It's a multi choice, so be smart to pick more than one, and help others in their quest for…
1 replies
What does the () signify with grouping sets of multiple elements? An example on Microsoft.com, (ht…
1 replies
Viewing 15 topics - 4,396 through 4,410 (of 10,647 total)
You must be logged in to create new topics.