Topics
Started by
Posts
Last post
This has being a common observation since last few days. The server through which i am connected is…
8 replies
I just came across something weird, and was wondering if anyone knows about this. I have two struct…
12 replies
With cte_time As (Select 100 As event_id, '2012-11-29 06:00:00' As event_ts UNION ALL Select 200…
1 replies
CREATE TABLE #CLIENTDETAILS( [CLIENTCODE] int NULL , [FullName] [varchar] (100) COLLATE SQL_Lat…
23 replies
Hi, I have two tables that have the clustered index columns and the key columns from non clustered …
1 replies
Hi I want to search a string in multiple columns and i want the result from the column which has ma…
13 replies
Hi all, I have the following XML stroed in a table colum. I need to see all the following XML infor…
9 replies
All, I have recently faced the below scenario. create table fk_test ( eno int primary key, fno int …
4 replies
SELECT UniqueIDSystem ,FullLastFirstName ,Position PositionOrig ,case Position …
7 replies
Hi all, Trying to query a table that has sys.configuration data thrown in it to see if anything ha…
7 replies
When I run this query I got an error 'Invalid column name 'Gender' ' SELECT ROW_NUMBER() OVER( ORDE…
1 replies
Hi i'm new here to SQL Server Central and after lurking for a bit it seems like a great community. …
4 replies
Hi All... I have a set of databases located at a facility hours away. I have a machine here at the…
3 replies
Hi All, I have a table which stores Dates as Text.I want to Convert that text into Date when sel…
5 replies
Hi Everyone, I'll start with posting DDL and Sample data : --DDL Create Table Ex ( EmployeeId…
1 replies
Viewing 15 topics - 4,681 through 4,695 (of 10,636 total)
You must be logged in to create new topics.