1 2 3 4
|
INSERT [dbo].[Profiles] ( [CountryIdFK], [LastName], [FirstName], [Alias], [Sex], [Birthdate], [Password], [Address], [PostalCode], [City], [State], [Email], [PhonePrefix], [PhoneNumber], [NumberInvitations], [IsCreative], [CreatedDate], [Description], [LastConnection], [IsFullScreen], [HasActivate], [FacebookId], [TwitterId], [WebSiteAddress], [UrlProfile], [IsFavorite], [IsMarked], [IsSelected], [UpdateDate], [ProjectIdFK], [LanguageIdFK], [WatermarkIdFK], [NumberSentInvitation], [AvatarIdFK], [BackgroundIdFK]) VALUES ( 1, N'name1', N'Nico', N'heyehy', 0, CAST(0x0000725A00000000 AS DateTime), N'mypassword', N'12, rue Pierre et Marie Curie', N'91000', N'city1', NULL, N'email@gmail.com', N'+33', N'649314938', 72, 1, CAST(0x00009F8B00000000 AS DateTime), N'toto et tata', CAST(0x00009E1E00000000 AS DateTime), 1, 1, N'vrevrfe', N'http://www.twitter.com/56437890', N'jnjknze', N'http://www.blabla.com/567832456890', 1, 1, 0, CAST(0x00009E0C00000000 AS DateTime), NULL, 39, NULL, NULL, 10, NULL)
INSERT [dbo].[Profiles] ( [CountryIdFK], [LastName], [FirstName], [Alias], [Sex], [Birthdate], [Password], [Address], [PostalCode], [City], [State], [Email], [PhonePrefix], [PhoneNumber], [NumberInvitations], [IsCreative], [CreatedDate], [Description], [LastConnection], [IsFullScreen], [HasActivate], [FacebookId], [TwitterId], [WebSiteAddress], [UrlProfile], [IsFavorite], [IsMarked], [IsSelected], [UpdateDate], [ProjectIdFK], [LanguageIdFK], [WatermarkIdFK], [NumberSentInvitation], [AvatarIdFK], [BackgroundIdFK]) VALUES ( 1, N'name 2', N'toti', N'jiji', 0, CAST(0x0000725A00000000 AS DateTime), N'mypassword', N'frjkfrznf', N'69118', N'ville 4', NULL, N'nic@gmail.com', N'+33', N'646314938', 10, 1, CAST(0x00009E1E00000000 AS DateTime), N'Profil de Nicolas', CAST(0x00009E1E00000000 AS DateTime), 1, 1, N'evfgrvg', N'http://www.twitter.com/56437890', N'http://www.nicolas.fr', N'http://www.wheee.com/567832456890', 1, 0, 1, CAST(0x00009E0C00000000 AS DateTime), NULL, 39, NULL, NULL, 10, NULL)
INSERT [dbo].[Profiles] ( [CountryIdFK], [LastName], [FirstName], [Alias], [Sex], [Birthdate], [Password], [Address], [PostalCode], [City], [State], [Email], [PhonePrefix], [PhoneNumber], [NumberInvitations], [IsCreative], [CreatedDate], [Description], [LastConnection], [IsFullScreen], [HasActivate], [FacebookId], [TwitterId], [WebSiteAddress], [UrlProfile], [IsFavorite], [IsMarked], [IsSelected], [UpdateDate], [ProjectIdFK], [LanguageIdFK], [WatermarkIdFK], [NumberSentInvitation], [AvatarIdFK], [BackgroundIdFK]) VALUES ( 1, N'AZERTY', N'Noo', N'pht', 0, CAST(0x0000725A00000000 AS DateTime), N'mypassword', N'25, rue Pierre et Maris Curie', N'69000', N'Lyon', NULL, N'dfr@gmail.com', N'+33', N'646314938', 10, 1, CAST(0x0000A0F900000000 AS DateTime), N'Profil de fifi', CAST(0x00009E1E00000000 AS DateTime), 1, 1, N'fgtr', N'http://www.twitter.com/56437890', N'http://www.nicolas.fr', N'http://www.hoho.com/567832456890', 0, 0, 0, CAST(0x00009E0C00000000 AS DateTime), NULL, 39, NULL, NULL, 10, NULL) |
Partager