Viewing 15 posts - 496 through 510 (of 7,429 total)
Are these imported using a DTS Package? Do you do a straight copy or do you manipulate with any scripting?
August 24, 2007 at 7:26 am
Just cleaned my closet and I had none anymore.
Had
2 Microsoft Shirts
1 Imceda
1 Backup vendor can't remember
However I do still have SQLServerCentral.Com shirt from Orlando (2004) SQL Pass which I still...
August 23, 2007 at 4:35 pm
I would most likley use a query with GROUP BY and as I recall GROUPING (sorry not BOL right here) to help setup something like this
Invoice Description Amount...
August 23, 2007 at 4:28 pm
Try adding PRINT lines in your SP to output the parameters to verify what you are putting in is behaving correctly. Maybe
PRINT '' + IsNull(@Parm1,'IMNull') + ''
so if param1 is...
August 23, 2007 at 4:13 pm
You might be able to create a local group on the Windows server the sql server is on with the same access as the folks access the current SQL server...
August 23, 2007 at 4:08 pm
Have you tried the SP from QA to be sure it is the SP first?
August 23, 2007 at 3:34 pm
Yes, I too Google, and I am ashamed to say I am adicted to Google. Start the 12 step program angain in an hour (take 12 steps back, turn and...
August 23, 2007 at 3:26 pm
Not sure what Date represents as it looks like when no item the amount is the sum of the related invocies.
Invoice Line Amount Date
1A 25 8/23/2007
1A Item1 ...
August 23, 2007 at 3:11 pm
Try breaking it down an see if any particualr line breaks it or if all are failing. Basic concept you have looks right. Are you sure you are passing NULL...
August 23, 2007 at 3:04 pm
Check out
The section "Port requirements for SQL Server Analysis Services" should help for 2005.
August 23, 2007 at 2:59 pm
This should b the right method
EXEC INTO #Temp sp_help_jobstep
August 23, 2007 at 2:31 pm
Oh do keep in mind you need to test further as you thought you had a solution with removing the clustered index and found it ultimately failed. Could be something...
August 23, 2007 at 12:29 pm
In testing I have actually seen the switch /3GB as smaller physical memory levels prevent Windows from starting. We tried the other options and always found the performance never changed....
August 23, 2007 at 12:25 pm
If I think of or come across anything else I will pass along.
August 23, 2007 at 11:43 am
SetFocus as best as I can determine is a training company and they do charge a lot for their coursework. They offer it for free if ou are willing to...
August 23, 2007 at 11:26 am
Viewing 15 posts - 496 through 510 (of 7,429 total)