Topics
Started by
Posts
Last post
I have a SP that returns a table variable. It compiles and runs with no issues. When I call it fro…
10 replies
I have a table like this one: CREATE TABLE [dbo].[CH]( [exid1] [int] NULL, [exid2] [int] NULL, …
10 replies
Ok I've broken it down as simple as possible, and now it really looks like a bug: SELECT [NUM_UNITS…
4 replies
Hello All I have a situation to load tons of documents(all types) into varbinary(max) filed. I am u…
26 replies
Guys, I have a column where string stored should be split into multiple lines as select query outpu…
6 replies
Hi All, I have table below with three columns. ClaimIDClaimStatusCodeStatusDate 11,Closed,2010…
6 replies
Hello All, I don't work with IF statements in SQL very often and i've run into something which sho…
3 replies
Hello Folks, I am facing a strange problem. As part of a big solution. I have to validate each re…
5 replies
I did a query using DMV to get info for index SELECT d.name, t.name, i.name, ius.* FROM sys.dm_db_…
8 replies
I have two tables that represent different data. The first table is called InvoiceSplit, the secon…
2 replies
I have a question on how to optimize t-sql statement in a sql server 2008 r2 database. In my compan…
3 replies
I have a simple question? can i join a table valued function with a table. if so how we can achieve…
4 replies
We are experiencing a number of issues with our database at work and within the reporting team we a…
7 replies
Hi, I need to create one SSIS package which will have a csv file as source but the name of the will…
2 replies
Does anyone how unique this is? How many times I would have to run it before I found a duplicate. s…
8 replies
Viewing 15 topics - 7,831 through 7,845 (of 10,635 total)
You must be logged in to create new topics.