Topics
Started by
Posts
Last post
Hello I need to build a TSQL select that return to me the number of days in especific month …
7 replies
DECLARE @sp_type int SET @sp_type =5 SELECT * FROM sales WHERE case WHEN @sp_type= 5 THEN Cur…
2 replies
Hi, I've started working on this new project. I've a big query below that is joining around …
4 replies
I am having problems selecting data from multiple Sql Server databases on the same server. Si…
3 replies
I am trying to make a query off of our sales data that alerts managers if the customer is pur…
14 replies
Hi, Can any one help to find the no of rows in every table of a Database using system table?
17 replies
Hi, Is it possible to copy one single row from table1 to table2 by not explicitly naming the column…
3 replies
Hello, I am trying to create a temporary table dynamically in a stored procedure to return some da…
4 replies
Does anyone have a T-SQL script that will extract a list of all dependent objects in a database?&nb…
4 replies
I am trying to audit a table that an end user will be updating a text field. What would be the best…
10 replies
I have a stored procedure which executes the following SQL statement: INSERT INTO CONTRACT_TO_IND_P…
14 replies
I have scheduled a simple job on the server of my company db server. And I'd like to try to see/vie…
1 replies
Hi there, I hope you're having a better day than me - I'm investigating a timeout and deadlock issu…
3 replies
I need to calculte the percentage an items quantity is of the sum total for all items. Is the…
3 replies
I am looking over a database that I have inherited, and there is one field that I need to work with…
8 replies
Viewing 15 topics - 6,946 through 6,960 (of 17,082 total)
You must be logged in to create new topics.