Topics
Started by
Posts
Last post
CREATE TABLE [dbo].[table1] ( [aaa] [bigint] IDENTITY (10000, 1) NOT NULL , [bbb] [int]…
10 replies
Good day! I have the following table Table1 Col1 Col2 10 &…
1 replies
Hi, I am trying to make a trigger universal so i can apply it to all tables in a database. To accom…
17 replies
Hi, Oracle query : create materialized view view1 as select *from test Is there any equivalent for …
1 replies
Hi Can some one aid in rewriting this code to eliminate the isnull function. Select col_a f…
17 replies
Hi, I m creating one stored procedure which is around 2000 lines .In this stored procedure I h…
4 replies
Greetings from Greece, I want to change the maximum size of a column with varchar datatype (from 10…
1 replies
I have this if statement: IF((@zipcodeEXIST = @zipcode) and (@weekInfo = @week)) which doesnot seem…
4 replies
Hello, Can someone tell me if the query processor will produce the same query plan for the followin…
4 replies
Hi, I want to write a function which accepts variable fo type decimal as a parameter. Wha…
1 replies
My Vendor created the table like this: CREATE TABLE TestTab ( id int, Gre…
1 replies
Hi, friends ! I don't understand ! I want to debug a stored procedure. I open the T-SQL Debugger, a…
4 replies
SQL 2K - using the Enterprise Manager - Graphical User Interface - define a column in a table …
4 replies
I have a field that contains nvarchar datatype in the format that can vary from h:mm to hhhh:mm, fo…
6 replies
Dear all, Please advise how I should write and complete the following store proc. I have 3 t…
4 replies
Viewing 15 topics - 11,881 through 11,895 (of 17,082 total)
You must be logged in to create new topics.