Topics
Started by
Posts
Last post
I have a query that takes quite a while to run even after optimization. DML statement on the under…
15 replies
Please consider the following example: create table #Names (Forename nvarchar(50), Surname nvarchar…
8 replies
Hi all, I want to search for "[[% SQL Server %]]" pattern in a string value (Note, ] [ % are not wi…
7 replies
Hi guys, I have question for you guys, I have one table ABC (For Example) and Table ABC has few In…
3 replies
hi guys i need your help for the below scenario i need to create a function which returns primary …
10 replies
I did a blog post earlier called PASS Summit Twitter Dashboard[/url]. It shows all tweets by people…
5 replies
Hi, I have a query that returns a ProposalId a RiskId and RiskTaken bit flag. I've setup some test …
5 replies
[font="Courier New"]Hi there, I've a BillDate as date, and a Mark as bit column in First table. (Ma…
1 replies
In a C# 2010 desktop application, I need to add an audit table to an application that would be simi…
9 replies
I have the following basic XML document: <MatchKeys> <fuzzyKeys> <key key1…
5 replies
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
Viewing 15 topics - 4,381 through 4,395 (of 10,636 total)
You must be logged in to create new topics.