Viewing 15 posts - 16 through 30 (of 38 total)
NO!! (*&#(*$&#W%$&83w4&$@!$^#
"Insert Error: Column name or number of supplied values does not match table definition."
Argh!
April 15, 2009 at 3:07 pm
oh, but I could put a default value on that datetime column...
April 15, 2009 at 3:01 pm
It also looks like you can't insert another column for each row returned by the INSERT INTO ... EXEC.
For example, this gives me an error:
CREATE TABLE #mytemptable
(
myserverrole VARCHAR(50) DEFAULT @@SERVERNAME
,mymembername...
April 15, 2009 at 2:59 pm
Thanks. I didn't think to look there.
Regarding the "more than one result set" -- that would mean doing an INSERT INTO {table} EXECUTE SP_MONITOR would fail (as an example)?
I'll...
April 15, 2009 at 2:24 pm
http://msdn.microsoft.com/en-us/library/ms188055(SQL.90).aspx ==> Except and Intersect have no mention of "-"
http://msdn.microsoft.com/en-us/library/ms190276(SQL.90).aspx ==> Operator order doesn't list except
http://msdn.microsoft.com/en-us/library/ms189826(SQL.90).aspx ==> Transact-SQL Reference lists:
- (Negative) (Transact-SQL)
- (Subtract) (Transact-SQL)
But it does not list a...
April 15, 2009 at 7:20 am
This post agrees that it processes, but doesn't do anything: http://www.dbtalk.net/microsoft-public-sqlserver-olap/hey-my-cube-empty-what-357327.html
April 7, 2009 at 9:17 am
Jeffrey Williams (3/26/2009)
April 6, 2009 at 12:46 pm
Also see: http://msdn.microsoft.com/en-us/library/ms143736.aspx
Setup provides a Server Configuration page in the Installation Wizard so that you can configure the services that are part of the current installation. The installation does...
March 31, 2009 at 9:04 am
I'm not familiar with sp_helptext but I did grab the mssqlsystemresouce database and look at the source for sys.server_principals and saw where they're restricting (using the function has_access) what rows...
March 30, 2009 at 3:40 pm
Agreed. Topics (the whole thread) as well as just a specific message within a thread.
March 30, 2009 at 1:24 pm
I'm interested in seeing how MS gets the data returned by particular views and functions/procedures. In 2000 I needed a view that would return user information from syslogins but...
March 26, 2009 at 8:27 am
the maximum memory "limit" only applies to some of MSSQL's use of memory. I have a server with 8GB memory and I'd set it to something like 6GB max...
March 26, 2009 at 8:18 am
*Sigh* Except the scripted results may not be usable. For example, I scripted sys.server_principals and the resulting Create script shows it selecting from master.sys.sysxlgns which I can't find...
March 25, 2009 at 3:07 pm
Viewing 15 posts - 16 through 30 (of 38 total)