Topics
Started by
Posts
Last post
Sorry for naive question (it's so hot on the East Coast!) Query: SELECT * From myTbl WHERE A="20" a…
3 replies
Hello Everyone Something simple I know. I would like to fill one of my list tables with dates. The …
1 replies
I develope in C# and would like to use tsql transaction in the database instead of .NET Transaction…
2 replies
Hi, I need to get difference between dates. That is the time difference between todays date and a p…
2 replies
Hi, I have a table called XYZ . This table stores all this information shown below. AdId Class…
15 replies
Hi I am having trouble putting the following query together I have a customer's before and after pl…
2 replies
I avoid using @@IDENTITY in t-sql code because it can return unexpected values: "It returns the las…
8 replies
EXEC sp_MSforeachdb 'USE [?]; print DB_NAME(); exec DBA.dbo.dba_GetAllTableSizes;' On my 2008 serve…
1 replies
Hi Im sure theres a fairly simple way to do this but its beyond my simple sql knowledge... I have a…
11 replies
need help please this is source new proj id old proj id 1077a 1077/ 1077b 1077a…
22 replies
Is it possible to rename a temp table from #temp to #temp1?
7 replies
Hi ! Guys I have a problem here in a SP. The SP is like this : USE IRISDW_B4_FEEDRUN IF …
7 replies
I have a question 🙁 IF i insert into a table with identity column. EX DECLARE @AAAATABLE TABLE( K …
39 replies
Hi, if we are trying to add the several columns in select statement and only one condition in group…
5 replies
Hi, I've performed some joins on tables and also performed some ETL tasks to get data from one serv…
1 replies
Viewing 15 topics - 9,751 through 9,765 (of 10,647 total)
You must be logged in to create new topics.