Cannot add identity column, using the SELECT INTO statement, to table '%.*ls', which already has column '%.*ls' that inherits the identity property.: "add identity column, using the SELECT INTO statement"
select IDENTITY(INT, 10, 1) AS i2,* into testasd from vprodfinal
This is my Technical area of troubleshooting and learning new Programming skills and many more. Here you will find answers for many new technologies like asp.net 2.0/3.5,4.0 C# access, mysql, Amazon Webservice ,Sql-server, JD Edwards, SAS, Salesforce, APIs, MVC and many more. please visit & discuss.
Tuesday, November 27, 2007
Monday, November 26, 2007
Page 2 - Configuring a Linked Microsoft Access Server on SQL 2005 Server
Page 2 - Configuring a Linked Microsoft Access Server on SQL 2005 Server: "Configuring a Linked Microsoft Access Server on SQL 2005 Server - Linked Servers on SQL 2005 Server "
exec sp_addlinkedserver @server='AccessDb',
@srvproduct='Access',
@provider='Microsoft.Jet.OLEDB.4.0',
@datasrc='C:\data\Categories.mdb'
www.svdeals.com super value deals
exec sp_addlinkedserver @server='AccessDb',
@srvproduct='Access',
@provider='Microsoft.Jet.OLEDB.4.0',
@datasrc='C:\data\Categories.mdb'
www.svdeals.com super value deals
Saturday, November 24, 2007
Using Queries to Convert Text Fields to Numerics
Using Queries to Convert Text Fields to Numerics: "Using Queries to Convert Text Fields to Numerics"
CDbl("3.2") =3.2
CDbl([MyField]) -->>>If MyField contains "3.2", 3.2If MyField contains "ABCD", a Type Mismatch error occurs
CDbl("3.2") =3.2
CDbl([MyField]) -->>>If MyField contains "3.2", 3.2If MyField contains "ABCD", a Type Mismatch error occurs
Thursday, November 15, 2007
FAQTs - Knowledge Base - View Entry - Internet: Web Server: Microsoft Information Server: IIS: How start/stop IIS from MSDOS command line?
FAQTs - Knowledge Base - View Entry - Internet: Web Server: Microsoft Information Server: IIS: How start/stop IIS from MSDOS command line?: "Web Server: Microsoft Information Server: IIS: How start/stop IIS from MSDOS command line?"
iisreset.exe /restart
iisreset.exe /restart
Subscribe to:
Posts (Atom)