Topics
Started by
Posts
Last post
Hi All, I am a newbie in SQL Server and like exploring it. Currently i was working with some compl…
6 replies
Looking for some outside advice on a problem we're having with a piece of code inside a stored proc…
4 replies
Hi All, I'm trying to bulk insert a pipe-delimited file with <CR><LF> as a row terminat…
4 replies
Hi guys, I have question, I am thinking to create a INDEX PARTITIONING on my table that has more …
5 replies
Hello, I am beginning to write a procedure that will extract data from several table in XML format …
17 replies
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
Viewing 15 topics - 4,681 through 4,695 (of 10,647 total)
You must be logged in to create new topics.