Topics
Started by
Posts
Last post
Hi , I need to display the details of employees and their access to different modules . The problem…
2 replies
Hi All, Here is my problem: Create table #Temp(id TinyInt, Color varchar(20)) Insert into #temp val…
7 replies
Hi friends, I want to delete the duplicate values from a table, without using the PK. Please help m…
2 replies
I need a way to dynamically create Stored procs using a stored proc located in a diffferent db from…
12 replies
I have a Members table ( MemberNbr, Status1, Status2 ) from which I need to capture changes to Stat…
6 replies
drop table #test declare @rows int create table #test (id int identity , val varchar(100)) inser…
8 replies
I'm trying to get the topcount as a varaible to pass the SP. How would I go about doing that?? rig…
3 replies
Hi I have a feild in which the data is being saved along with the HTML tags.Now I have to extract t…
11 replies
I have a field in a database that looks like this: 7104 7106 7112 7107 7132 7108 7150 7105 7110 710…
16 replies
I am trying to write a query on my company's helpdesk ticketing system. My primary table (hd_ticket…
5 replies
I am getting this sort of an error when running the following: DECLARE @START_DATE varchar,@END_DAT…
1 replies
I am getting this sort of an error when running the following: DECLARE @START_DATE varchar,@END_DAT…
2 replies
hi i need to take data out of one central database and distribute it out to one of a number of data…
23 replies
How to get the IP Address of the currently using system
1 replies
I need to identify patients readmitted to a hospital within 30 days from a table showing all a…
2 replies
Viewing 15 topics - 5,776 through 5,790 (of 17,082 total)
You must be logged in to create new topics.