Topics
Started by
Posts
Last post
I am trying to analyze the behavior of joins with theta operators. I have created two tables with s…
2 replies
I have a report subscription that returns the previous month's referrals for attorneys. I have most…
8 replies
Hello Everyone, I am having a little trouble with a select statement, I am trying to make a list of…
10 replies
Can someone help me to get this query to work? DECLARE @option bit ,@begindate datetime ,@enddate d…
4 replies
i have a function that returns a table that executes in 40 secs. in 2000. I created the fucntion i…
4 replies
Good morning, does anyone know of a tool/method for formatting a large amount of date in prep for a…
3 replies
hi i have a table Product like this CustomerId,Product,quantity …
3 replies
What is driving the question is that I often write or troubleshoot stored procs that are complex or…
7 replies
hey all, there is a table: create table dbo.mytable ( colA int identity(1,1), colB varchar(50), co…
7 replies
On a SQL 2008R2 / SQL 2008 / SQL 2005 (or for that matter almost any version)instance, can someone …
11 replies
Hello friends, I am trying to create one database and tables through DDL, I’ve everything in one wi…
10 replies
I know I could query the system tables to return all the columns in a table, but what I want to do …
15 replies
Hi All, i have this cursor: DECLARE @cod INT DECLARE @getlista CURSOR SET @getlista = CURSOR…
7 replies
I have 2 types of transactions that possibly cancel each other out. It is possible to have transact…
22 replies
I have the following SQL statement: SELECT m.[property_id], m.[Address], m.[City], m.[Zip], m.Count…
4 replies
Viewing 15 topics - 6,691 through 6,705 (of 10,635 total)
You must be logged in to create new topics.