Topics
Started by
Posts
Last post
Here is my situation: I need to create a stored procedure that will run daily upon receiving a dail…
3 replies
Howdy, Here is my proc: CREATE PROCEDURE Find_ArchComment ( @IVDNO [int] ) AS SET NOCOUNT ON DECLAR…
4 replies
Hi All, I have stored procedure. Create Procedure (@Table as Varchar(20)) As Begin &n…
7 replies
Hello, I am trying to retrieve distinct ClientID's that match more than 1 item for example my query…
7 replies
I have a stored procedure in which I need to use dynamic column names and a dynamic table name…
5 replies
I have a situation in which I am trying to display some statistics on some data via a Datagrid (ASP…
3 replies
Hi All, i have created a full text index on a table in my database. As i understand it a full text …
3 replies
Hi, If I have an SP defined under one DB. and I need to use this SP to work on another DB, is this …
5 replies
Hi all: I have a table with existing data, and I want to rename a field. This field has a constrain…
6 replies
How do I take a table and turn the columns into rows in a diferent table. I remember an SP that did…
7 replies
I'm looking for a query to retrieve all indexes incl. all their column from a table. I need to get …
5 replies
Hi, I´ve a little problem, I don´t know how to solve it have this table from a previus developer tk…
5 replies
Greetings, I've created a trigger on a table that monitors updates to certain columns in the table.…
2 replies
I have a problem which is the best to implement by declaring a cursor or a while loop, in terms of …
15 replies
I have to send tables with data to other destination .What is the best process to send populated ta…
2 replies
Viewing 15 topics - 2,746 through 2,760 (of 4,455 total)
You must be logged in to create new topics.