Topics
Started by
Posts
Last post
My colleague told me this weired thing that he observed in T-SQL. I am just wondering why is that s…
25 replies
Hi All, I have a string field that contains 1 or more GUID data which needs to be removed. Here's a…
11 replies
Hello All, I'm experiencing some unexpected behavior using rounds and sums on a floating point colu…
10 replies
Happy Friday Everyone I hope that everyone is having a good day so far. I am working on a query tha…
6 replies
I decided to add this as it’s own discussion. If I have a proc who takes optional params. Say 10 a…
11 replies
create table tTst ( id int not null, tst varchar(20) ) insert into tTst values(1, 'bob') insert int…
18 replies
Do any of you have a trusted one that i can buy. Not concerned w/ cost. i just need the data to be …
5 replies
Is there anyway we can check the value returned by output parameter... Like for example Create sp_E…
14 replies
How SQL server choosing the Deadlock Victim???~~??
5 replies
Hey all, I have a percentage stored as a decimal as per this: 87.41 is 87.41% It is stored in a dec…
14 replies
Need to write a simple Insert stored procedure (Single insert)with proper error handling.. The sp s…
20 replies
Declare @table_S table (i int, j int,k int) Declare @table_D table (i int, j int,k int) Insert into…
12 replies
Hi All, Assessments (assessmentid identity(1,1), title varchar(100),sectionid int,maxpoints decimal…
1 replies
Given this table data; ID StartDate EndDate 239 2011-05-05 00:00:00.000 201…
7 replies
Is there an easy way to convert T-SQL (*=) joins into ANSI ( LEFT / RIGHT) joins, rather than going…
16 replies
Viewing 15 topics - 6,361 through 6,375 (of 10,635 total)
You must be logged in to create new topics.