Topics
Started by
Posts
Last post
I need to find a value based on a number in another table with values when the record does not exis…
1 replies
I have a table with each row is assigned with a scalar function that returns a nvarchar value. I ha…
8 replies
Hi all, I've looked for a solution for this, but have so far not found something that works correct…
8 replies
I'm sure I'm missing something because this feels like it should be easy but I just can't get my he…
7 replies
Hi, I am setting up a housekeeping exercise in a Data Warehouse environment and I have many refere…
3 replies
I was reading the article on the "Numbers" or "Tally" table (http://www.sqlservercentral.com/articl…
18 replies
Folks, We have a need to store large files from a web application in our database. I've followed t…
5 replies
I'll start by apologizing for any lack of information, as I'm at a loss as to the specific cause of…
17 replies
For SQL Server 2005 and above : SELECT @@servername as Servername,name, value FROM sys.configurat…
4 replies
I have a stored procedure (ApsSchedularCompletdSp) which we run everyday. Most of the time this pro…
6 replies
Hi All I have the following script IF @thirddatediff > 0 BEGIN Set @lastavgodo = (isNULL(…
5 replies
Hello, I have a sql job that runs an ETL process pumping and transforming data from one database in…
10 replies
Hi, I am trying to learn how to use T-SQL to format an HTML table and email it to me. I've seen lo…
2 replies
Never Used this Command before need to Concat my last two Fields in my select and it is giving me a…
1 replies
We know that a statement like 'SELECT f1, f2, f3 INTO #temp FROM Table1' will create a temp table c…
10 replies
Viewing 15 topics - 736 through 750 (of 10,647 total)
You must be logged in to create new topics.