Viewing 15 posts - 1 through 15 (of 77 total)
March 23, 2017 at 2:50 am
I tried to install SQLVer in a datatabase with an account in the dbo group (i.e. I'm the owner of that database). Here's what I got:
.Net SqlClient Data Provider: Msg...
January 22, 2015 at 6:38 am
This is because Excel uses MSQuery which needs to access to several system objects.
July 31, 2014 at 4:12 am
1. User must have connection rights (login) to the SQL Server or be member of an A.D. group that has connection rights to the SQL Server.
2. User must have the...
July 30, 2014 at 1:10 pm
You're welcome!
June 20, 2014 at 1:41 pm
Here's a solution you can use provided that:
1. MS Access is installed on the SQL Server machine.
2. You can create a text file and write into it from your SQL...
June 20, 2014 at 7:30 am
Using: Set cmd = cmd.Execute
there does not make sense as cmd is declared but not instanciated yet. Use:
Set cmd = New ADODB.Command
instead.
June 3, 2014 at 5:46 am
As far as I know, the limit is 64K characters. If it's not enough, you'll need to call a stored procedure with a pass-through query, which should be shorter.
May 30, 2014 at 12:23 am
jdasilva (5/15/2014)
May 15, 2014 at 11:30 pm
In your sample, you're using DAO because Application.DBEngine.Workspaces(0).Databases(0) represents a DAO object. You can also use CurrentDb which is a shortcut to the same object.
A very good way to...
May 15, 2014 at 10:52 am
For editing (changing) a stored procedure, you can:
1. Reload the file you saved when creating it (if you did so), then change the instruction "CREATE PROCEDURE" to "ALTER PROCEDURE".
2. You...
May 12, 2014 at 12:48 pm
When you create a stored procedure with SSMS you:
1. Click on the "New Query" button (or select "New query with the current connection" in the File menu, or press CTRL+N).
2....
May 12, 2014 at 11:29 am
J Livingston SQL (5/9/2014)
May 9, 2014 at 2:50 pm
Sean Lange (5/9/2014)
May 9, 2014 at 12:55 pm
Viewing 15 posts - 1 through 15 (of 77 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy