Topics
Started by
Posts
Last post
I have to check if the timepart of a datetime attribute is filled or not, I notice that some dates …
5 replies
Hi, I have a problem on my stored procedure.my stored procedure has one parameter type of int. I wr…
4 replies
I am using Query Analyzer for SQL Server 2000. I am using a widescreen monitor, with a horizontal r…
2 replies
I have the following code: DECLARE @Store int EXECUTE master.dbo.xp_regread 'HKEY_CURRENT_USER'…
3 replies
I'm thinking about a SP to update a table. I'm thinking about how to go about it best and would app…
9 replies
Hello, I have a stored procedure which takes ~15 parameters. This sproc is for inserting all the in…
5 replies
I have the following script: SELECT c.Customer_Id, c.Created_Date, c.Cust_last_Name, c.Cus…
2 replies
I need some help! 😀 I was running a search program I wrote and I got this message: [Microsoft][ODBC…
3 replies
HI, How to find a) Second Saturday of the current month, b) Given date is second Saturday or…
4 replies
I have data that will come in each night from another system (RMS) that I import to a temp table. …
1 replies
Hi, I have a situation where : Update table_A Set C_flag = 'W' WHERE C_PERSONNUM = '01' AND X_CODE…
2 replies
I am finding myself (in a new job and trying to find my way around) looking for where this and that…
7 replies
I am trying to count rows which have a column that matches a specific pattern. I have a "Status" c…
4 replies
Hi I have a table which has column that contains data in range and csv format. Like table1 col1 c…
13 replies
I have these queries: 1a - select * from import_cc_requests where reference not in (select referenc…
10 replies
Viewing 15 topics - 2,446 through 2,460 (of 17,082 total)
You must be logged in to create new topics.