Viewing 15 posts - 1,651 through 1,665 (of 2,038 total)
Hi Bob
I'm a man. Florian is a German name. Maybe you know Munich (Bavaria). The city with the "Oktoberfest" 😉
Greets
Flo
March 31, 2009 at 1:09 pm
Where do you get this error? Within a client application? If you are using .Net have a look to the inner exception(s).
Greets
Flo
March 31, 2009 at 1:01 pm
Mohit (3/31/2009)
You...
March 31, 2009 at 12:42 pm
Hi
You may have a look for server triggers. There you can specify a LOGON trigger which fires whenever a user connects to server.
So you can simply insert the logon information...
March 31, 2009 at 11:01 am
You can either use xp_cmdshell to read the information into a table:
execute xp_cmdshell 'dir C:\Temp\*.txt'
... after parsing the information from input you can use OPENROWSET to read the data.
Or use...
March 31, 2009 at 10:04 am
When moving all the data out of a system you might be better off looking to use SQLCMD as a way to move the data in bulk.
... or bcp utility.
Greets
Flo
March 31, 2009 at 9:58 am
jmtmwaniki (3/31/2009)
i have tried to convert my databases from 2000 server to sql 2005 but i simply cannot update. when i make netries via this databses, seems thaey have...
March 31, 2009 at 9:51 am
It's usually a default configuration problem with the .net database provider. Execute the following line in your client application:
SET ARITHABORT ON
After that it should work.
Greets
Flo
March 31, 2009 at 9:47 am
Hi George
So what is the specific problem?
* Do you want to know how to check the size of a file?
* Do you want to know how to get the content...
March 31, 2009 at 9:42 am
Hi
I don't know about this ODBC driver. Seems to be a custom ODBC driver developed by any third party company.
We have another solution for this and it works just fine:
We...
March 31, 2009 at 9:36 am
There are lots of changes going on, so people are being moved about a lot, and this leaves gaps in the order which is very untidy.
As previously stated don't mix...
March 31, 2009 at 4:47 am
Hi
Sure you can split your database into several year-based databases but it might become difficult to handle data depending on their referencial integrity. I don't know your database but what...
March 31, 2009 at 3:45 am
Hi
I don't know if this helps but maybe it is a firewall problem. See the following link:
Good luck
Flo
March 30, 2009 at 3:32 pm
Hi Leland
First please surround your error in VB with a try-catch block and copy this to the catch:
' ...
...
March 30, 2009 at 3:22 pm
Viewing 15 posts - 1,651 through 1,665 (of 2,038 total)