Viewing 15 posts - 1,396 through 1,410 (of 2,458 total)
datelligence (5/2/2012)
Need to query any table.
Need to...
June 4, 2015 at 7:44 am
mohanaprabhu.v (6/4/2015)
SELECT tblInvoice.*, tblCustomer.FirstName + SPACE(1) +tblCustomer.LastName as CustomerName FROM tblInvoice WITH(NOLOCK)
LEFT JOIN tblCustomer WITH(NOLOCK) ON tblInvoice.CustomerNo = tblCustomer.CustomerNo
See the link in my signature about the best way to get...
June 4, 2015 at 6:26 am
TomThomson (6/3/2015)
Luis Cazares (6/3/2015)
Eirikur Eiriksson (6/3/2015)
SQLRNNR (6/3/2015)
Lynn Pettis (6/2/2015)
Why would the person who wrote the procedure ask on a public forum why his procedure is returning a value of -6...
June 3, 2015 at 5:52 pm
bsmith 63193 (6/3/2015)
There's so much to know about BI but I can break it down into 3 groups: Reporting, ETL and Analysis. If you want to go the reporting route...
June 3, 2015 at 5:50 pm
So I'm curious about this (I'm trying to understand how SSC works):
Then the comment is not there...
June 3, 2015 at 4:26 pm
bsmith 63193 (6/3/2015)
June 3, 2015 at 4:07 pm
ramana3327 (6/3/2015)
I am working application performance.
I created a index for one of select statement. It is reducing the execution time more than a min but
How can we say the newly...
June 3, 2015 at 11:29 am
Dan121 (6/3/2015)
111John 1/3/2015
111Mike4/4/2015
222Mike5/5/2015
222John1/6/2015
333kim3/7/2015
333Kim2/8/2015
I need all order no. associate with above columns (with exact 5 rows).
example:
elect TranId , Name, Date ,...
June 3, 2015 at 11:19 am
I am certain that this can be done but we don't have enough to go by here. Can you post an example of what log data looks like and how...
June 3, 2015 at 11:05 am
As far as I know you are out of luck.
Are you sure the credentials were removed or was that account just disabled? If possible you could work with the...
June 3, 2015 at 10:56 am
You can't do that. That area is reserved by SSRS for parameters and there is no way to change that using native SSRS. You could, however, use a third party...
June 3, 2015 at 10:49 am
Just another way to approach this... If you know what characters you want to remove you can use this translate function. Note the comments for how to use.
IF...
June 2, 2015 at 7:42 pm
Yep. RDP is very bad for managing SQL Server. For stuff like services, event viewer, etc you can right-click on those things locally and and select "manage another computer"...
June 2, 2015 at 4:50 pm
Eirikur Eiriksson (6/2/2015)
Lowell (6/2/2015)
Eirikur Eiriksson (6/2/2015)
Lowell (6/2/2015)
June 2, 2015 at 3:51 pm
sheba.sql (6/2/2015)
I gave a user all required permission to view the SSRS report. User is able to select from the dropdown list but unable to view the data, It...
June 2, 2015 at 3:35 pm
Viewing 15 posts - 1,396 through 1,410 (of 2,458 total)