Viewing 15 posts - 46 through 60 (of 164 total)
PaulB-TheOneAndOnly (2/18/2011)
I'm pretty sure you already thought about the rdbms-to-rdbms options available to more the data over from Oracle, like linking the Oracle server so - I'm making no mention...
February 18, 2011 at 7:22 pm
I'm going to eat them. I find text files to be really delicious, with a bit of hot sauce.. 😛
But really, the files are older data that I'm using for...
February 17, 2011 at 1:19 pm
Thanks, guys. Jo, I ended up using the spool option to spool the results of a query with a custom delimiter (pipe) into a text file.
February 17, 2011 at 8:38 am
Ok, I just got an email that the server is down for awhile, so that's why the listener isn't running. Or listening.
😛
February 11, 2011 at 10:31 am
I was just about the post the answer when I saw your reply! Thanks!
I didn't know what to search for in the Oracle documentation.
February 7, 2011 at 10:23 am
The solution was to create a 1-column tablix that includes a dataset, at the end of the first part, that contains a list of the subjobIDs.
Then, in the textbox...
November 29, 2010 at 10:15 am
using
exec sp_configure locks
returns:
name minimum maximum config_value run_value
----- --------- --------- ------------ ----------
locks 5000 ...
May 5, 2009 at 12:51 pm
It sounds like what you're saying is that the somewhat unusual performance differences are dependent on the indexes. If that's the case, we would probably need to know the table...
April 24, 2009 at 7:24 am
No worries.. you can cook with it as well!
February 25, 2009 at 9:12 am
Yes, the "Code." prefix did the trick, as for calling the function that was in the code tab in report properties.
Ninja, you might want to open your window. I'm going...
February 25, 2009 at 8:58 am
OK.. I found this article here:
http://www.sqlservercentral.com/scripts/Data+Warehouse/31510/
So he's got a function called CalcRatio that is put into Report --> Properties --> code tab.
However, I must be calling it wrong,...
February 25, 2009 at 8:48 am
Ninja's_RGR'us (2/25/2009)
You need to create a function in the code pane with 3 parameters (numerator, denominator,...
February 25, 2009 at 8:14 am
Look up CREATE TRIGGER in Books Online (especially the examples at bottom of page). You can setup a trigger to perform some action when an insert is done on a...
February 24, 2009 at 3:02 pm
v-makath (2/17/2009)
Hi ALl,Please provisde me some insights on how to improve the SQL stored procedures performance in SQL 2008 server.
I am a novice to sql 2008.
Thanks in advance.
You ought to...
February 18, 2009 at 12:42 pm
Sounds to me like Groups should be called Topics or something as mentioned before, but as for your "join" table, if it's a many-to-many relationship, I'd recommend QuestionsTopics, but then...
February 18, 2009 at 12:39 pm
Viewing 15 posts - 46 through 60 (of 164 total)