Topics
Started by
Posts
Last post
My goal is to design a reporting tool to allow users to run reports. The goal is for me to be able …
2 replies
create table tmp (formula varchar(50), Result decimal(9,2) ) insert into tmp (formula) select '10.7…
4 replies
Since 1/2004 we have been running an ASP/SQL Server Intranet application. The app was written in-ho…
2 replies
I'm new to sql server, and I've been searching thru discussions on this site regarding cursors. I'm…
6 replies
im trying to step into sprocs so as to debug them. im running visual studio pro 2005, and sql serve…
1 replies
Is there a function in SQL Server 2000 that performs the same tasks as Oracle's Rank() function? Fr…
7 replies
Hi Gurus, This is my first post here and I am new to SQL Server as well. The issue that I am…
1 replies
I have a problem where i have some digital data with a time value indicating when the digital value…
1 replies
Does anyone no a better way If Now > ([1st Treatment Date] + 105) Then Start = Timer Do W…
2 replies
Hello, I wonder if anybody would have a suggestion on dealing with this situation. In our organisa…
3 replies
Hi All, I have a stored procedure/job that runs daily and I have been receiving the below message: …
4 replies
Hi guys, I will explain the situation here since I think it's really complicated. I have a main men…
1 replies
I use a SELECT TOP 50 xy FROM MyTable. Could someone suggest me the better way to get de 50 to 100…
5 replies
I would like to know that is there any possible way to insert data in two tables usi…
1 replies
We have tables that change frequently. With SOX etc... we have to tighten things down and add…
3 replies
Viewing 15 topics - 1,696 through 1,710 (of 4,456 total)
You must be logged in to create new topics.