Topics
Started by
Posts
Last post
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
We have a following table: [Day] [Time] Mon 07:00 Tue 12:00 Mon…
5 replies
i have a data that looks like the below.Every record should have set and clear but some don't. Ther…
1 replies
I am linking two tables with left outer join. I need to keep all the records in the left table even…
5 replies
Hi. i have a news table. My table fields are like this: NewsId int PK Header nvarchar(max) Content …
7 replies
I would like to convert a column from varchar(10) to int. I also want to ignore any values that hav…
14 replies
I have a table that looks similar to this: Col1 Col2 Col3 1 123…
1 replies
Hi I am being supplied with a data fril from a 3rd party piece of software (which is old, very old…
8 replies
Does SQL Server Express support all programmability features? Is a sequence a function or DDL trigg…
2 replies
i need show datetime select only. But show all datetime in table filesTA. this code: SELECT * FROM …
2 replies
I'm new to using the PIVOT operator and I want to PIVOT the following CTE result set: RowIDRegion…
6 replies
Viewing 15 topics - 4,696 through 4,710 (of 10,647 total)
You must be logged in to create new topics.