Viewing 15 posts - 1,561 through 1,575 (of 1,957 total)
And how does SELECT object_id FROM forms_holder perform?
What is the size of the table in MB?
January 26, 2011 at 11:22 am
Please try
SELECT [object_id]
, [form_family]
, [file_name]
...
January 26, 2011 at 11:09 am
CirquedeSQLeil (1/26/2011)
Excellent solution. Good Job Mr. Magoo
Thank you - it would be good to know how the OP got on..hint.hint...
January 26, 2011 at 10:40 am
AVB (1/25/2011)
The DSNs use:
SQL Server Driver
For the server I've used Public or Internal IP addresses and FQDNs depending if I'm local or not....
January 26, 2011 at 2:13 am
rjohal-500813 (1/25/2011)
Rahul The Dba (1/25/2011)
aaron-403220 (1/25/2011)
Just to ask a foolish question, but is that real data?Are those real names and birthdates?
What will you do with that ????????
Still i am answering...
January 25, 2011 at 3:38 pm
MB-400824 (1/24/2011)
I have two users on a SQL Server 2005:
1. Windows AD account, which has admin rights to the SQL Server.
2. SQL Server account, which is given individual...
January 25, 2011 at 3:36 pm
How about using a new database and creating uniquely named tables - perhaps include the SPID in the name
January 25, 2011 at 3:21 pm
Ok, so can you show the settings for the DSN - change any sensitive information - and how you use it in the application?
January 25, 2011 at 3:10 pm
Yes, that is the one, give it a try if you can - I can't promise it will help, but hopefully...
January 25, 2011 at 6:20 am
If you are not concerned about modelling the source database, then things are certainly better.
Ask for the XSD documents so that there is not guesswork involved and then use SSIS...
January 25, 2011 at 6:17 am
hxkresl (1/25/2011)
If they provide one then I can trust SSIS's SQL CREATE TABLE scripts?
If they provide one you stand a much better chance, but you should still review the tables...
January 25, 2011 at 5:11 am
I appreciate your hard work and thank you for sharing - as with all these things I hope that the outcome of the discussion will be a revised article with...
January 25, 2011 at 3:21 am
hxkresl (1/25/2011)
January 25, 2011 at 3:13 am
When you set up an ODBC using the ODBC control panel applet, the first thing you choose is the Driver.
Here you can choose SQL Native Client if you have...
January 25, 2011 at 3:10 am
XML documents use an xml schema to define the content architecture.
An xml schema (XSD) can be "inline" - contained in the xml - or a seperate file.
IF you have xml...
January 24, 2011 at 6:35 pm
Viewing 15 posts - 1,561 through 1,575 (of 1,957 total)