Viewing 15 posts - 5,986 through 6,000 (of 9,643 total)
umer (2/16/2009)
i am giving ipadress\instance in username
Do you mean ipaddress\instance in the server name? Are you sure you have the correct IP Address and and instance?...
February 16, 2009 at 12:51 pm
Why can't you just use SUM? The data you show looks like it is hours and decimal part of the hour (2.67), not seconds so a SUM should work....
February 16, 2009 at 12:46 pm
Nice find on the Link, Gift. That should work.
February 16, 2009 at 12:35 pm
What does the data actually look like in SSRS? You should be able to use a custom function to format it appropriately.
February 16, 2009 at 9:04 am
Is "S" a mapped drive? Since the SQL Server Agent account is not "logged in" to the server the drive is not being mapped. Try using the UNC...
February 16, 2009 at 8:50 am
First you need to determine what dates are holidays and weekends. Do you have a dates table that defines this information? While it is possible to determine what...
February 16, 2009 at 8:39 am
If it has an OLE DB driver you should use that. If not, install the ODBC driver, create a DSN, and use the Microsoft OLE DB Driver for ODBC...
February 16, 2009 at 8:15 am
Please don't cross post. Post replies here, http://www.sqlservercentral.com/Forums/Topic657319-391-1.aspx
February 16, 2009 at 8:13 am
Please don't cross post. Post answers here, http://www.sqlservercentral.com/Forums/Topic657164-359-1.aspx
February 16, 2009 at 8:08 am
Could you post your actual tables with some test data and the results you are looking for? It will be easier to make suggestions with this information.
February 16, 2009 at 8:05 am
Here is a link to how to use the Conditional expression in SSIS, http://msdn.microsoft.com/en-us/library/ms141680.aspx
February 16, 2009 at 7:52 am
Good article Gail. Stuck it in my brief case. I just hope I never have to reference it to fix any of my DB's. 😀
February 16, 2009 at 6:28 am
What is the actual source of the data? Is it Access, SQL Server, Oracle, MySQL?
February 13, 2009 at 3:10 pm
raviq123 (2/12/2009)
February 13, 2009 at 9:46 am
Viewing 15 posts - 5,986 through 6,000 (of 9,643 total)