Topics
Started by
Posts
Last post
Hi All, I have a table inventory with "invid identity(1,1) int, iLease bit" How can I update the iL…
12 replies
Is there a way to create a table using a stored proc where the table name to be created is passed i…
3 replies
Hello, I create select statment: select 1 as Status, * from table1 The problem…
7 replies
Hey I Got 2 Probs here 1) I have to show the details of an Invoice and calculate the total cost for…
5 replies
Hi All, Is there a way for creating a view from the stored procedure Help is highly appreciated
5 replies
Fella's : I need in a sp, thru my code in -Visual Basic, send a parameter with a set of data like (…
4 replies
Hi, Im trying to create a view, but I'm having some trouble with it. The Data in the main source ta…
4 replies
Hi , Is there any Way to delete all the datas in all the tables of a database without reloading the…
7 replies
Just wondering why i'm unable to pass a couple of variables as a concatenated string to the followi…
12 replies
Hi, I have one senario. People_Number Web_Role 100 3 100 7 2…
12 replies
I have the following table CREATE TABLE MyTable ( MyID VARCHAR(50) NOT NULL, …
7 replies
Greetings, I'm working on a some formatting to match invoice reference fields. One of the requests …
4 replies
Greetings folks. I have a procedure for emailing, where there is a variable to house the content o…
3 replies
Hi folks, I have a scheduled task to be run at every hour, I wrote a query to get the result: selec…
3 replies
How do i concatenate the two values as one parameter.. Below is my stored procedure.. CREATE PROCED…
3 replies
Viewing 15 topics - 3,061 through 3,075 (of 17,082 total)
You must be logged in to create new topics.