Viewing 15 posts - 766 through 780 (of 2,443 total)
Lutz is right, Google it and you should see lots of options. To help you narrow it down, look for page breaks. I've been having issues getting it to work...
March 8, 2011 at 2:15 pm
Ok, I was waiting on something so just mocked up one example.
bulbanos had you on the right track, in your sample table you need to join on the month...
March 8, 2011 at 2:03 pm
SQLBeginner, that's a good start for your data, but you don't have any months to compare to prior year? Can you mock up some data with Feb 2010 so we...
March 8, 2011 at 1:35 pm
Declaring the column as an identity column will allow it to continue to add sequential values when new records are added, so you probably will not want to turn it...
March 8, 2011 at 1:21 pm
Does the ReportServer not have access to the data source?
March 8, 2011 at 12:47 pm
Every once in a while, I am reminded by circumstances to thank everyone here and out there anywhere who takes the time to help others out in their professional capacity....
March 7, 2011 at 1:59 pm
BOL has some good links to get you started:
http://msdn.microsoft.com/en-us/library/ms345131(SQL.90).aspx for 2005, http://msdn.microsoft.com/en-us/library/bb510516(v=SQL.100).aspx for 2008 and
http://msdn.microsoft.com/en-us/library/bb510516.aspx for 2008 R2.
Other alternative to consider is the R Project[/url], free, open-source, widely used...
March 4, 2011 at 2:58 pm
Duplicate post, please add all replies to http://www.sqlservercentral.com/Forums/Topic1062448-2797-1.aspx
March 4, 2011 at 2:51 pm
Koen Verbeeck (3/4/2011)
According to this thread, some dll's should be registred to solve the error:Register the xml parser dlls with the below commands.
regsvr32.exe msxml3.dll
regsvr32.exe msxml6.dll
Thanks Koen, I'll check it out.
Edit:...
March 4, 2011 at 9:06 am
Brandie Tarvin (3/4/2011)
Just to verify... You don't have any variables or expressions in these Execute SQL Tasks, do you?
Nope. Thanks!
March 4, 2011 at 9:05 am
Greg Edwards-268690 (3/4/2011)
Tough course to take online, when the only feedback you get is correct or incorrect.
The Why...
March 4, 2011 at 7:25 am
Brandie Tarvin (3/4/2011)
What type of objects are you trying to copy? And how are you trying to copy them? Across packages in different solutions or across packages in...
March 4, 2011 at 7:14 am
Phil Parkin (3/4/2011)
Just dive in and keep asking questions and you'll soon gain the requisite experience.
heh...makes me think of that sig (can't remember whose at the moment) "semper in excretia,...
March 4, 2011 at 6:49 am
Jeff Moden (3/3/2011)
Heh... or just do it all in T-SQL stored procedures. :-D:-P;-)
How do I decide when to use subpackages vs stored procedures vs straight SQL tasks? I would have...
March 4, 2011 at 6:29 am
Ok, so aside from the alternatives (sub-package/sp's), and I know you're all used to folks just asking questions without trying first, but I actually TRIED to copy/paste, and it won't...
March 4, 2011 at 6:26 am
Viewing 15 posts - 766 through 780 (of 2,443 total)