Tagged Questions

4
votes
4answers
2k views

Can I install SQL Server on a USB drive?

I'm a developer and I often work remotely when I can rather than commuting to work. I would like to be able to take the dev database environment with me. I know I can access the database remotely, but ...
3
votes
3answers
113 views

How to create portable inserts from SQL Server?

Now it generates inserts like INSERT [Bla] ([id], [description], [name], [version]) VALUES (CAST(1 AS Numeric(19, 0)), convert(t... It's very SQL Server specific. I would like to create a script ...