Viewing 15 posts - 4,846 through 4,860 (of 15,381 total)
AndrewSQLDBA (5/19/2014)
I hope that you all are having a great monday so far.
I am working with a large amount of text data in a single column. I am in...
May 19, 2014 at 8:56 am
rafael_si (5/19/2014)
In our company we have a server (sql server 2008R2) with many databases including databases from a third-party software. The third-party software partner wants permission to see their process...
May 19, 2014 at 8:53 am
dquirion78 (5/16/2014)
I've conditional expression with IIF function and "=" in and view show me error in sql pane.
CTE is fine but I want able to use the query...
May 16, 2014 at 3:10 pm
sharonsql2013 (5/16/2014)
There are around 20 different dept names in this table. But I only need to display...
May 16, 2014 at 3:05 pm
Something like this?
CREATE CLUSTERED INDEX IX_CashReceipt_FY_Period on CashReceipt (FY, Period)
I would highly recommend that you click the Stairways link over on the left of this forum. In there you will...
May 16, 2014 at 3:03 pm
dmandosql (5/16/2014)
Started a new job on Monday and I finally got access to development environment. Can anyone recommend a fast and efficient way to get used to the database...
May 16, 2014 at 2:33 pm
PWW (5/16/2014)
May 16, 2014 at 2:25 pm
PWW (5/16/2014)
May 16, 2014 at 1:56 pm
PWW (5/16/2014)
May 16, 2014 at 1:42 pm
dquirion78 (5/16/2014)
l'll like to know the best way to call a long and complex query(Stored Procedures ??, table value function??, view??) from many other different SP and do some...
May 16, 2014 at 1:03 pm
dcwilson2009 (5/16/2014)
May 16, 2014 at 12:52 pm
kylemit (5/16/2014)
Here's a simpler way to achieve the same thing:
SELECT DISTINCT p.name AS proc_name, t.name AS table_name
FROM...
May 16, 2014 at 10:29 am
alicesql (5/16/2014)
May 16, 2014 at 9:17 am
This seems like a perfect situation to use EXCEPT. While the solution posted by Koen and the alternate yet just as viable solution from Igor will both work they both...
May 16, 2014 at 9:10 am
Viewing 15 posts - 4,846 through 4,860 (of 15,381 total)