Topics
Started by
Posts
Last post
Hi all, (using SQL 2008 Standard, , database compatibility set to SQL 2005). I am getting this erro…
11 replies
By: barokzi
I have long been in the camp that says all rows should have a single unique identifier, usually an …
14 replies
By: Sergiy
Given the following setup: Base Data if object_ID('tempdb..#baseTable','U') is not null drop table …
2 replies
By: LinksUp
Hi all, I have a table as per below detail:- CREATE TABLE ITEM_DIM (DOCKET_NO VARCHAR(9),DOC_DT DAT…
5 replies
Hi all, I am working on Sql Server 2008 and I have a requirement that for a specific column I have …
8 replies
By: DesNorton
I want to be able to pass a string into a stored proc and then check to see if it is a valid TSQL s…
7 replies
By: Ed Wagner
Hi, I am trying to calculate the proportion of records by City and YearMonth that have Male in the …
5 replies
i have a Parameter Sniffing issue due to the execution plan that gets created at runtime for a pa…
9 replies
Hi, Is it is possible to export data from SQL server to multiple tabs? Say i am having 5 tables i n…
2 replies
Hello, I have a problem where i want to get the diffrence in minutes between two times, my datatype…
3 replies
I have the following view, I get 10 columns back. If I add a new column to the "dbo.Jobs" table, I…
3 replies
By: MMartin1
i am getting numbers like as below, 1000000017777 1000000017342 how can i remove leading 1 and zero…
7 replies
By: Sergiy
Hi All, Is there a way to perform parallel inserts in a table ? I have any huge table in one databa…
20 replies
Hi, I am new to table partitioning. I have a large table with millions of rows, There is no Dat…
6 replies
I have a table Consumer and Consumer Account. The consumer can be primary consumer or secondary con…
2 replies
By: Loner
Viewing 15 topics - 556 through 570 (of 10,647 total)
You must be logged in to create new topics.