Topics
Started by
Posts
Last post
Say a table of news (tblNews) like this News_Id News_City News_Date And a table of Cities (tb…
5 replies
I'm trying to import a couple of 100 files created by an old inhouse DOS program. The files contain…
7 replies
I'm fairly new to SQL programming, so this may be a trivial question, but how do I run a hierarchic…
7 replies
I have a column "equation" in table "control". Equation is a string like "1+2". I can evaluate all …
4 replies
The Saga continues... Can you call stored procedures from a trigger? Can you make the trigger run a…
4 replies
Could anyone please help me how to insert into table in one batch and how is the format coz my fiel…
1 replies
Hi: I have the following stored procedure Alter Procedure sp_test @strProxyContactID VARCHAR(20) =…
5 replies
Why is t-sql called as t-sql, very urgent Amit vyas Amit vyas
2 replies
I have a stored procedure that builds a select statement based on search options in a web page. At …
10 replies
I would like to run a simple query to identify duplicate records in a table, in other words, someth…
2 replies
What I am trying to do is to create a lock-scenario in a stored procedure using a cursor. Stored Pr…
4 replies
Hi There, I am having problems creating a trigger that will update another table with values out of…
5 replies
Does any one know, how can I get the first day of some week. For instance, I want to know the first…
2 replies
How i can get the number of time that a specific string appear in each register of my DB using T-SQ…
1 replies
Hi all, Trying to declare cursor with a for update statement something like below. Gives an error n…
7 replies
Viewing 15 topics - 16,906 through 16,920 (of 17,082 total)
You must be logged in to create new topics.