rss
twitter
facebook

Home

Import Excel to SQL

BULK INSERT 'tablename ' FROM 'path filename.csv'

WITH (FIELDTERMINATOR = ';');
Read More

RESTORE DATABASE YourDatabaseName

RESTORE DATABASE YourDatabaseName
FROM DISK = N'(path to your BAK file)'
WITH FILE = 1,
MOVE N'(your DB name)' TO N'(your SQL path)database.MDF',
MOVE N'(your DB name)_LOG' TO N'(your SQL path)database_LOG.LDF',
NOUNLOAD,
REPLACE,
STATS = 10
GO

By
http://stackoverflow.com/questions/6217679/create-restore-database-from-backup-sql-server-express
Read More

Service Studio 4.X

ServiceStudio-4.2.4.63

ServiceStudio-4.2.4.54

ServiceStudio-4.2.4.51

ServiceStudio-4.2.4.49

ServiceStudio-4.2.4.43

ServiceStudio-4.2.4.38

ServiceStudio-4.2.4.33

ServiceStudio-4.2.4.26

ServiceStudio-4.2.4.21

ServiceStudio-4.2.4.20

ServiceStudio-4.2.4.18

ServiceStudio-4.2.4.16

ServiceStudio-4.2.4.15

ServiceStudio-4.2.4.13

ServiceStudio-4.2.4.12

ServiceStudio-4.2.4.9

ServiceStudio-4.2.4.8

ServiceStudio-4.2.4.5

ServiceStudio-4.1.3.61

ServiceStudio-4.1.3.58

ServiceStudio-4.1.3.55

ServiceStudio-4.1.3.47

ServiceStudio-4.1.3.42

ServiceCenter-4.1.3.69
Read More

Plataform Server 4.X

PlatformServer-4.2.4.26

PlatformServer-4.2.4.23

PlatformServer-4.2.4.20

PlatformServer-4.2.4.19

PlatformServer-4.2.4.16

PlatformServer-4.2.4.15

PlatformServer-4.2.4.13

PlatformServer-4.2.4.12

PlatformServer-4.2.4.8

PlatformServer-4.2.4.5

PlatformServer-4.2.4.62

PlatformServer-4.2.4.54

PlatformServer-4.2.4.51

PlatformServer-4.2.4.49

PlatformServer-4.2.4.45

PlatformServer-4.2.4.43

PlatformServer-4.2.4.38

PlatformServer-4.2.4.33
Read More

Integration Studio Version 4.X

IntegrationStudio-4.2.4.55

IntegrationStudio-4.2.4.49

IntegrationStudio-4.2.4.43

IntegrationStudio-4.2.4.38

IntegrationStudio-4.2.4.13

IntegrationStudio-4.2.4.26

IntegrationStudio-4.2.4.38_2

IntegrationStudio-4.2.4.16

IntegrationStudio-4.2.4.15

IntegrationStudio-4.1.3.48

IntegrationStudio-4.2.4.9

IntegrationStudio-4.2.4.8

IntegrationStudio-4.2.4.5
Read More
 
Powered by Blogger