17-07-2012, 04:55 AM
|
#6
|
|
• الانـتـسـاب » Mar 2012
|
• رقـم العـضـويـة » 99849
|
• المشـــاركـات » 455
|
• الـدولـة »
|
• الـهـوايـة »
|
• اسـم الـسـيـرفـر »
|
• الـجـنـس »
|
• نقـاط التقييم » 10
|
|
|
اقتباس:
المشاركة الأصلية كتبت بواسطة ™stop™
عفوا ,,, لايمكنك مشاهده الروابط لانك غير مسجل لدينا [ للتسجيل اضغط هنا ]
استخدم الـــ query ده
و ان شاء الله تتحل المشكلة
كود:
use [sro_vt_account]
go
/****** object: Table [dbo].[_privilegedip] script date: 09/13/2011 08:35:06 ******/
set ansi_nulls on
go
set quoted_identifier on
go
drop table _privilegedip
go
create table [dbo].[_privilegedip](
[ip1] [tinyint] not null,
[ip2] [tinyint] not null,
[ip3] [tinyint] not null,
[ip4] [tinyint] not null,
[ip5] [tinyint] not null,
[ip6] [tinyint] not null,
[ip7] [tinyint] not null,
[ip8] [tinyint] not null
) on [primary]
go
|
شكرا تم حل هذه المشكلة
|
|
|