Viewing 15 posts - 1 through 15 (of 33 total)
I disagree with the answer given, since a NEW COLUMN is handled differently to a new default on an existing column.
Quote BOL
"When a DEFAULT definition is added to an...
September 7, 2004 at 1:46 am
I too am confused by the 'correct answer for the points'.
The IN / OUT / FORMAT parameter is not optional and therefore an error occurs when the command is run...
May 11, 2004 at 2:18 am
but then they'd have to deduct points from those that answered RIGHT but in fact were WRONG
March 2, 2004 at 7:28 am
I also think the answer quoted is incorrect :-
BOL quotes
"
text in row | When OFF or 0 (disabled, the default), it does not change... |
March 2, 2004 at 2:15 am
I too would like to see my account credited for my correct answer.
On my system xp_logevent posts messages into the Windows Application Event Log
February 5, 2004 at 2:16 am
When you actually READ and then RE-READ the question . Then select the correct answer. You get it WRONG.
Sounds just like Program Development.
The signed spec says one thing ,...
December 17, 2003 at 2:19 am
From various articles I've come across, the consensus seems to recommend putting backups onto a separate drive.
However, I believe it comes down to risk of failure. If the backup and...
November 24, 2003 at 2:17 am
We're doing all of these.
The GRANT EXEC in the stored procedure script and then using VSS is the only way we have found of ensuring that the permissions are retained...
October 9, 2003 at 6:11 am
We're using TCP/IP since a number of 3rd party applications that need to access a named SQL instance can only do so via the port number
September 26, 2003 at 9:24 am
We are currently having a debate with or .NET developers. They NEED full access to all data and proc's at all times in all environments . I believe however that...
September 18, 2003 at 3:22 am
I've reviewed these and do not think they apply in this case.
The server is currently only running SQL and no other application. I have looked at the sql error logs...
September 10, 2003 at 10:04 am
We have our ERP systems running on AS400's and are running .NET applications from SQL. We have created DTS packages which extract data out of the AS400 through an ODBC...
September 10, 2003 at 9:47 am
The port number has been specified in Network Utility.
SQL seems to have changed to a different port after the failover
September 10, 2003 at 9:32 am
Thanks - that's achieved the perfect result
July 2, 2003 at 4:59 am
Excellent - that seems to work fine.
I've also had an alternative approach :-
exec sp_addlinkedserver @server='DEV', @srvproduct='', @provider='SQLOLEDB', @datasrc='REALSERVERNAME'
This works too - modifying the server name in the Linked...
June 17, 2003 at 6:41 am
Viewing 15 posts - 1 through 15 (of 33 total)