Viewing 15 posts - 1,381 through 1,395 (of 1,472 total)
And if you have something like:
1 A B C
2 A D...
October 14, 2008 at 10:51 pm
FNS
October 14, 2008 at 10:20 pm
You'll need to use something like SSRS or Crystal Reports for that.
October 14, 2008 at 9:58 am
I've prettymuch gotten nowhere with testing these different methods. They all show negligible differences
in times, regardless of both the amount of data being used and the density of the...
October 14, 2008 at 9:26 am
Yeah, all 3 of us assumed you did that =).
October 14, 2008 at 7:42 am
Proper syntax is ServerName.Databasename.Owner.ObjectName. You are seeing DatabaseName..ObjectName and letting it automatically fill in the owner name, which either always attempts dbo, or attempts based on the current user...
October 14, 2008 at 7:37 am
Please post the code that you attempted that did not work. Second, please post sample data / table inserts according to the link in my signature. Third, please...
October 14, 2008 at 7:28 am
Is your end goal here to get the data into 1 table for the future, or simply to build a query that will read from these 44 (and ever growing)...
October 13, 2008 at 7:02 pm
rbarryyoung (10/13/2008)
Hmm, maybe I should write an article...:hehe:
I was kinda hoping you'd come to that conclusion :P.
We'll likely be generating a dynamic column list for the final select, as well...
October 13, 2008 at 6:44 pm
rbarryyoung (10/13/2008)
And injection is certainly a valid concern, but there are also ways protect yourself from it and still be able to use Dynamic SQL.
I'm looking at having to use...
October 13, 2008 at 1:24 pm
I've done some testing, not quite happy that I've covered it all yet, but I'll finish it up tonight when I get home. So far, a couple...
October 13, 2008 at 12:09 pm
This is a guess based on your above query. This may or may not return the correct results, as this is completely untested.
[font="Courier New"]SELECT Customers.CustomerName,
SalesOrders.SalesOrderId,
ProgressPayments.PaymentDate,
ProgressPayments.InvoiceValue AS...
October 13, 2008 at 10:10 am
I wasn't really relying on the percentage of batch in this case, merely noting the differences. The thing that really makes no sense to me, and seems...
October 13, 2008 at 9:24 am
Jeff Moden (10/13/2008)
Garadin (10/12/2008)
October 13, 2008 at 8:28 am
Could you post some sample data / table defintions that we can run?(See the link in my signature for an example if you don't know what I mean by this)...
October 13, 2008 at 5:59 am
Viewing 15 posts - 1,381 through 1,395 (of 1,472 total)