Topics
Started by
Posts
Last post
create table #tmp(name varchar(10),Gender char(1)) insert into #tmp (name,Gender) values('A','M') i…
5 replies
I need to load a temp table with the result set from a sproc sort of like the following: Select int…
21 replies
I am working on streamlining some work that another group here is doing. They have a series of seve…
13 replies
I would like to retrieve all of the document pairs from a fulltext semantic index. Why does the qu…
1 replies
We have a user login table, which inserts a record for each user login. The table structure is belo…
1 replies
Hi, I had a procedure where there was a condition in where clause: where ISNULL(d.[RejectReason], 0…
6 replies
I have data like this COMID ALLOCATION 1 10 1 230 2 1222 3 2 4 33 1 33 But i want it li…
9 replies
Good morning I am looking for a efficient way to get summary counts for a entire data set on certai…
6 replies
Is there any way to catch multiple errors with a try catch block? I'm only getting the last error. …
2 replies
Here is the format of data we have currently I am looking to split the text into various columns li…
13 replies
In my Access front end VBA code opens ADO recordset from stored procedure on remote SQL Server 2008…
9 replies
Hiya, I have a table that contains the name type of a user, and a table that contains the user; NAM…
18 replies
hi i have cursor in my sp ,so i tried to remove it with while loop in order to enhance performance,…
51 replies
I have been trying to insert rows into table variable from the reults of an output cursor without n…
5 replies
I have a web application that stores datetime as integers. It's not a simple integer (20120514 as 5…
11 replies
Viewing 15 topics - 5,971 through 5,985 (of 10,647 total)
You must be logged in to create new topics.