Topics
Started by
Posts
Last post
Hello SSC, I am currently reading through "Querying Microsoft SQL Server 2012" (for the 70-461 Exam…
5 replies
I have a table that contains about 8 billion rows. The table has a FK in it called fk_client.…
2 replies
Sql Server 2014. Simple table, as seen below...about 400 million rows table tbl_member …
3 replies
Hey I love the way they have put MS SQL Server on linux - however I am looking for a GUI, like SSMS…
1 replies
Hi, "string or binary data would be truncated. the statement has been terminated" This is a very co…
5 replies
This was brought up in the automate everything article, so I figured I start a new thread on the to…
15 replies
Hi, I have a SP which gives the me the report of 12 months. I have a query in WHILE LOOP …
15 replies
Hi, I want to execute a .sql script within a stored procedure but I want to do it without enabling …
5 replies
What is the best way to automate the clearing out of an error message that pops up a few times a da…
11 replies
I am trying to export the contents a query into a ASCII file. I need the character "LINE FEED" to b…
12 replies
hello, below is my query, the query result is2 columns from2 different databases the columns "…
3 replies
Hi,I have two tables:1) ZIPCodes- ZIPCodes table contains all the zipcodes of the USA with lat…
3 replies
Hi, I am trying to execute a Stored Procedure after two other jobs in the schedule have completed&…
9 replies
SELECT id_product, SUM(COALESCE(received_qty, ordered_qty)) AS totalFROM (Select id_department,id_p…
12 replies
SELECT id_product, SUM(COALESCE(received_qty, ordered_qty)) AS totalFROM (Select id_department,id_p…
1 replies
Viewing 15 topics - 211 through 225 (of 4,454 total)
You must be logged in to create new topics.