Viewing 15 posts - 121 through 135 (of 2,037 total)
Hi Rob
Rob Fisk (11/18/2009)
November 18, 2009 at 5:50 am
Hi C# Screw
Thanks for your testing! I'm curious about some additional test results.
Greets
Flo
November 18, 2009 at 5:36 am
Hi all
@jeff: Thanks for your feedback! But I have to admit, that I've been surprised about my first test results. Apparently I've made one failure I already did...
November 18, 2009 at 5:26 am
Paul White (11/17/2009)
See this is what happens when you take a break Flo! You get overtaken!
Just had to tie my shoes 😉
Hmmm I think I preferred SSCommitted to SSCrazy,...
November 17, 2009 at 4:35 pm
brigzy (11/17/2009)
Good advice.
? if u check out script ... it does gen table ...
brigzy, what do you want to here? I wrote sorry, since I misread the script of you...
November 17, 2009 at 4:31 pm
Hi
brigzy (11/17/2009)
November 17, 2009 at 3:42 pm
Hi Ant
Disclaimer: My last VBA is about ten years ago 😛
If you use ADO you should use OLEDB instead of ODBC. Give this connection string a try:
Provider=SQLOLEDB.1;Data Source=YourServer;Initial Catalog=YourDatabase;Integrated Security=SSPI;
To...
November 17, 2009 at 1:39 pm
Ah.. thanks for explanation. 🙂
Greets to Denmark!
Flo
November 17, 2009 at 12:27 pm
Hi
First, why do you use ODBC? If you work with VB.NET use SqlClient. If you work with VB6 you should use ADODB.
Second, did you try to install the latest drivers?
Greets
Flo
November 17, 2009 at 12:25 pm
Please execute this in your query window:
SELECT @@SERVERNAME, DB_NAME();
SELECT * FROM INFORMATION_SCHEMA.SCHEMATA WHERE SCHEMA_NAME = 'customers';
Does this show the right server/database and does your schema appear in the output?
Greets
Flo
November 17, 2009 at 12:21 pm
Hi yosiasz
Thanks for sharing! But I'm a little confused :-P. Thought you are looking for a SQLCLR procedure to handle this. Your source code looks like a console application with...
November 17, 2009 at 12:08 pm
First, thanks for the feedback. Glad that we could help. 🙂
Second, didn't know that SQLCLR assemblies can be developed with Express Edition. Thanks for sharing this information!
Greets
Flo
November 17, 2009 at 11:43 am
Hi Jose
This error is caused by your previously executed "allow updates". Have a look to BOL:
Setting Server Configuration Options
Try to reset this configuration with:
sp_configure 'allow updates', 0;
Greets
Flo
November 17, 2009 at 4:59 am
Hi
First first. "Allow Updates" is obsolete and does not work any more (thanks god!). Do not use this option.
Your error says all. "show advanced option" is not set until you...
November 17, 2009 at 4:32 am
Viewing 15 posts - 121 through 135 (of 2,037 total)