Viewing 15 posts - 2,476 through 2,490 (of 6,486 total)
Jason Crider (10/3/2008)
seeing that it's internal and being a firewall does that change what you are saying?
No. It might weaken my argument in my management's eyes, but I would have...
October 3, 2008 at 11:50 am
Jason Crider (10/3/2008)
Matt Miller (10/3/2008)
October 3, 2008 at 11:38 am
This would be a textbook case for a "man in the middle" attack. Passing large amounts of data using a URL is essentially leaving yourself VERY open to any...
October 3, 2008 at 11:14 am
jlp3630 (10/3/2008)
Matt Miller (10/3/2008)
October 3, 2008 at 10:50 am
Jeremiah is right on the compilation of the INNER process. That being said - a lot of functions tend to negatively impact the performance of the OUTER process (meaning...
October 3, 2008 at 10:13 am
TheSQLGuru (10/3/2008)
Think "read my post"! 😀
The default data file growth is ONE MEGABYTE, not TEN PERCENT (at least on all the servers I recall installing)....
October 3, 2008 at 8:54 am
mtassin (10/3/2008)
Matt Miller (10/2/2008)
October 3, 2008 at 7:58 am
Jack Corbett (10/2/2008)
October 2, 2008 at 10:21 pm
If you use the built-in tools within .NET - you can have it build you a database-driven version of a login scenario, using forms authentication. It will handle everything...
October 2, 2008 at 6:30 pm
Todd Engen (10/2/2008)
Alin Winters (10/2/2008)
Any ideas?
Two options that would probably solve that. One, use a stored procedure instead of sending the query from the client side application. Two, change the...
October 2, 2008 at 3:49 pm
Actually - if I were to ignore the cursor in your code for a minute, all you need to do to make your code work is to initialize the @outputstr...
October 2, 2008 at 3:45 pm
Dugi (10/2/2008)
Hmmm I don't think so that the PARTITION BY will work without ORDER BY ...!?
You're right when dealing with ROW_NUMBER(). So, make the PARTITION BY and the ORDER...
October 2, 2008 at 1:26 pm
Philip -
Jacob was very close. If you want each customer and sales order, then change the ORDER BY to a PARTITION BY.
Change is in bold in Jacob's code...
October 2, 2008 at 1:07 pm
Yes - you have to create the temp table first. SELECT...INTO doesn't work with an EXEC call. INSERT INTO does not create the table.
October 1, 2008 at 6:19 pm
If the service account doesn't have permissions to create a file (edit but not create), you might see something like that.....
You need to make sure that the account being used...
October 1, 2008 at 3:37 pm
Viewing 15 posts - 2,476 through 2,490 (of 6,486 total)