Topics
Started by
Posts
Last post
sample data: drop table #data create table #data(number int, name varchar(99), comment varchar(99)…
6 replies
I have read much data,tables This is a sample How can i get rid off spaces in the table during impo…
5 replies
how can i add timestamp columns in sqlserver
3 replies
hi guys, i need help in my Stored procedure. select empname ,(select case when empno is null then …
67 replies
i would like a pivot query that aggregates counts by years 2012, 2011, 2012 for all workitems havin…
7 replies
I need to add another aggregation to this query to make the distinction between applications that h…
1 replies
I was creating Insert_Date and Modified Date Columns on a number of tables. It is customary to set …
10 replies
Hi all. Firstly, here's some background and then some test data. I have a table that has lots of st…
9 replies
I have to Concatenate today's date and tomorrow's date in the below format using T-SQL. 2012.04.21.…
3 replies
i am having the following sales details table with product code, date , time columns Product Code…
1 replies
I have done a bcp queryout form a table to a csv file. Now when I'm trying to perform a bcp in from…
8 replies
step 1: Please create a table below CREATE TABLE [dbo].[testPartition]( [testCol] [varc…
6 replies
step 1: Please create a table below CREATE TABLE [dbo].[testPartition]( [testCol] [varchar](50) COL…
1 replies
Is this the correct place/thread to be created to for ask questions about T-SQL for SQL Server 2008…
1 replies
Please find script to create tables below. With a record in [ads], of the boolean columns [iscompan…
3 replies
Viewing 15 topics - 6,136 through 6,150 (of 10,635 total)
You must be logged in to create new topics.