Topics
Started by
Posts
Last post
Hi, I have a few tables that relate to each other in a many-many type of situation. Items, Images …
7 replies
I have table like below CREATE TABLE [dbo].[log]( [rowid] [bigint] IDENTITY(1,1) NOT NULL, [log_n…
3 replies
This moight look simple, i am not getting the result i am looking for. I want to select database na…
3 replies
D/A, Need to find out the position of a charcter's in a string Eg. (Position of "1" in a given str…
2 replies
Need 1 T-SQL statement which will remove "n" spaces from a string... Example --- Change: 'MyFile …
9 replies
I'm looking for the single line statement that will explicitly set a specific bit position in an in…
10 replies
One view full of numbers with at the most one decial place. Sum of all the numbers returns a figue …
9 replies
Hi, Need some help on the query,I have some problem writing a query for starttime falling between a…
1 replies
I am trying to create an query to import data into table from text file and my text file name is a …
9 replies
I have an insert trigger that will always skip the first row of the inserted table. There is a fun…
4 replies
Hi Masters. i have a paging Sp named SpPaging. when i exec it like below EXEC SpPaging 'Select DIST…
3 replies
Hi folks, I have a table called RSUNew, structure as follows: ID, OrgUnitID data like: 1 OU0000005…
25 replies
I'm trying to set a variable to indicate how many records are going to be updated by a procedure. I…
2 replies
I need a Query to check the number of rows in a table against a column in the same table. Followin…
4 replies
Hi I need help with this query please. I need to workout the monthly averages for headcount, termin…
4 replies
Viewing 15 topics - 5,641 through 5,655 (of 12,234 total)
You must be logged in to create new topics.