Viewing 15 posts - 181 through 195 (of 231 total)
Hi,
or I think at any moment the constraint related to the primary key, has been disabled and an update has been done, then PK constraint has been enabled .
--...
November 17, 2007 at 1:10 am
Hi,
I found an interesting articleb, you can determine whether you want to shrink or not.
http://www.karaszi.com/SQLServer/info_dont_shrink.asp
Regards,
Ahmed
November 17, 2007 at 12:13 am
Hi Lynn,
Considering this article in sql server magazine, you need 1 licence for 1 quad-core processor.
http://www.sqlmag.com/Articles/ArticleID/95622/95622.html?Ad=1
I am sorry for the mistake
Thanks,
Ahmed
November 16, 2007 at 10:48 am
Hi,
Thanks do you have any microsoft reference, just in case please.
Ahmed
November 16, 2007 at 10:40 am
Hi,
It's me again, considering the following article http://news.zdnet.com/2100-9584_22-6038148.html
a quad-core is considered as eight-processor servers (so if you want to use all processors for 2005, in the future, you...
November 16, 2007 at 10:34 am
Hi,
For SQL Server 2000 Standard edition there a limitation, you can just use 4 processors (http://www.mssqlcity.com/FAQ/General/sql_server_2000_editions.htm).
Check this article, I think it will be the same for 2000...
November 16, 2007 at 10:29 am
Hi timothyawiseman ,
Check this link you have the solution http://www.sql-server-helper.com/tips/read-import-excel-file-p02.aspx
Your query will be
SELECT * FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0',
'Excel 8.0;DATABASE=c:\exceltemp\xlsfile.xls;IMEX=1', 'Select * from [xlsfile$]')
Regards,
Ahmed
November 15, 2007 at 9:40 pm
Hi,
I tried to make abulk insert with a file of 90 MB and which contains about 500000 rows, I had no problems, all row were inserted.
I used
Bulk insert test1 from...
November 15, 2007 at 9:18 pm
November 15, 2007 at 12:35 pm
Check the following, may be it could help
November 15, 2007 at 12:30 pm
I think you have to use ROWTERMINATOR = '|'
Check the Microsoft sample
A. Using pipes to import data from a file
This example imports order detail information into the AdventureWorks.Sales.SalesOrderDetail table...
November 15, 2007 at 12:06 pm
Sory or an extra one like Rajesh Patavardhan said
November 15, 2007 at 11:19 am
Viewing 15 posts - 181 through 195 (of 231 total)