Cons. de actualizacion , de creacion de tablas,etc
Publicado por Mike (8 intervenciones) el 30/04/2009 10:11:43
lo que estoy haciendo es pasar consultas de access a sql server ,no encuentro por ningun lado ayuda(tutoriales,etc) como paso por ejemplo esto:
INSERT INTO [Contenido software, Iker] ( Id, [Cod soft], Descripcion, Seccion, Seg )
SELECT [Contenido Software].Id, [Contenido Software].[Cod soft], [Contenido Software].Descripcion, [Contenido Software].Seccion, [Contenido Software].Seg
FROM [Contenido Software]
WHERE ((([Contenido Software].Id)=[Formularios]![Menu]![Identificador]));
o esto otro
SELECT TOP 10 [Cuenta software].[CuentaDeCod soft], [Cuenta software].Descripcion, [Cuenta software].[Cod soft] INTO [Orden Variado]
FROM [Cuenta software]
ORDER BY [Cuenta software].[CuentaDeCod soft] DESC;
gracias de antemano
INSERT INTO [Contenido software, Iker] ( Id, [Cod soft], Descripcion, Seccion, Seg )
SELECT [Contenido Software].Id, [Contenido Software].[Cod soft], [Contenido Software].Descripcion, [Contenido Software].Seccion, [Contenido Software].Seg
FROM [Contenido Software]
WHERE ((([Contenido Software].Id)=[Formularios]![Menu]![Identificador]));
o esto otro
SELECT TOP 10 [Cuenta software].[CuentaDeCod soft], [Cuenta software].Descripcion, [Cuenta software].[Cod soft] INTO [Orden Variado]
FROM [Cuenta software]
ORDER BY [Cuenta software].[CuentaDeCod soft] DESC;
gracias de antemano
Valora esta pregunta


0