Viewing 15 posts - 3,916 through 3,930 (of 4,272 total)
I seem to remember that you need to change the acount from the SQL Server Configuration Manager. I think it was related to the Server Master Key not being...
July 31, 2009 at 10:15 am
You aren't going to like it..
1. Create a new table with the fields in the order you want
2. Copy data from old table to new
3. Drop old table
4. rename new...
July 31, 2009 at 9:12 am
Then I guess I would chose an account and send the credentials for it..
CEWII
July 31, 2009 at 8:47 am
You are very welcome, most of these questions I see are directly related to variable scope. I'm glad I could help.
CEWII
July 31, 2009 at 8:45 am
I didn't think you could write extended stored procedures in .Net.. Maybe it was just you coldn't do it in C# or VB..
CEWII
July 31, 2009 at 8:44 am
Jack Corbett (7/31/2009)
Elliott W (7/31/2009)
I'm not sure if that is 4GB per DB or 4GB total.. I'm tempted to try it to find out..
CEWII
I'm pretty sure that it is...
July 31, 2009 at 8:41 am
SQL 2008 Licensing Page:
http://www.microsoft.com/sqlserver/2008/en/us/licensing.aspx
SQL 2008 Express Page:
http://www.microsoft.com/sqlserver/2008/en/us/express.aspx
From the Express Page:
Limitations
SQL Server Express supports 1 physical processor, 1 GB memory, and 4 GB storage
I'm not sure if that is 4GB per...
July 31, 2009 at 8:05 am
I can't speak for others but in many cases they are interchangeable. In cases where a set if being evaluated only a CASE statement can be used, in cases...
July 30, 2009 at 9:56 am
I don't believe you have any options on this, I think you will need your constraint. Also, I think you really only need the FieldName != '' constraint. ...
July 29, 2009 at 1:11 pm
I think you are discussing Variable Scope. A variable can be created at the package level and at basically any sub-level. A package configuration can manipulate package variables...
July 29, 2009 at 1:08 pm
I'm not a 100% sure but I think it follows the login of the user calling it, but we would need to know whether there was an EXECUTE AS on...
July 29, 2009 at 1:00 pm
I hate it when that happens..
CEWII
July 29, 2009 at 12:55 pm
I'm not sure you can accomplish this with SQL 7 or 2000, in SQL 2008 you can using a LOGON trigger and you could probably trace it using sp_trace_create in...
July 29, 2009 at 12:52 pm
Great, glad to hear it..
CEWII
July 29, 2009 at 12:45 pm
Viewing 15 posts - 3,916 through 3,930 (of 4,272 total)