Topics
Started by
Posts
Last post
Hi guys, The following works OK (run from SQL server management studio express)... SELECT * FROM OP…
2 replies
If we need to know , which host (machines) are accessed our Database with the help of Sysprocesses …
1 replies
I built a simple procedure below to learn more tsql. The output of the print statement produces the…
6 replies
Hi All, I am new to this forum, and wanted to first say hello! My problem: I am trying to create a …
6 replies
Hi, I've got an SP that looks like this: CREATE PROCEDURE USPDeleteAnswers @Id varchar(50), @Questi…
14 replies
If I run select patindex('%[0-9]mm%', 'RockShox Tora SL Le Femme, 100mm-travel w/lockout'), patin…
5 replies
Hi I have two tables Table 1 Price[Char(11)] TYPE[Char(1)] 10.333 …
3 replies
Having a collation problem with an sql query in my database when running the following query. I'm p…
1 replies
I'm looking for a simple way to query the metadata of a stored procedure's returned rowset and get …
3 replies
Hi all, I need some help. I have two tables. The first table (Account) holds account details and a …
4 replies
Hi - I have a table. This table as two columns: (codctb INT NIFCTB varchar(20)) i want to create …
10 replies
I have a table where the schema is as follows id bigtin identity(1,1) sn varchar(50) create primary…
2 replies
I've got a problem with a loop and a nested stored_proc. Main stored_proc:- ... INSERT #e…
2 replies
Hi, I can´t find any solution for my problem that works well and don´t need a cursor. My problem is…
13 replies
HI - Masters, I have the t-sql below in my query analiser: update bulk_provincia set VALIDO_BUL…
17 replies
Viewing 15 topics - 1,771 through 1,785 (of 17,082 total)
You must be logged in to create new topics.