Viewing 15 posts - 3,466 through 3,480 (of 13,462 total)
Sean Lange (5/13/2013)
Lowell (5/13/2013)
Sean Lange (5/13/2013)
Lowell - you win this time. 😉
Only because i have a macro that converts pasted text to a CTE; you built a complete sample DDL...
May 13, 2013 at 3:27 pm
raghusg (5/13/2013)
We have two different Windows 2008 R2 servers (Server1 and Server2) on the same domain. The questions I have are:
1) Can I have the same...
May 13, 2013 at 3:14 pm
Sean Lange (5/13/2013)
Lowell - you win this time. 😉
Only because i have a macro that converts pasted text to a CTE; you built a complete sample DDL for it.
May 13, 2013 at 3:07 pm
it seems like a basic grouping can get you the data you want;
run this in SSMS, does this give you teh data youa re looking for?
with mySampleData ([Sales Order #],[InvoiceID],[InvoiceDate],...
May 13, 2013 at 2:44 pm
you need the version with SQL 2012 with Advanced Services or SQL 2012 Express with Tools:
Advanced Services includes the SSMS Express version.
http://msdn.microsoft.com/en-us/evalcenter/hh230763.aspx
http://www.microsoft.com/en-us/sqlserver/editions/2012-editions/express.aspx
since you already installed the Express engine, you could...
May 13, 2013 at 1:57 pm
Both Have SQL = "Structured Query Language" in their names;
As Far as I know, T-SQL (Transact SQL) is the nickname for Microsoft's version of SQL, as opposed to PL SQL(Oracle's...
May 13, 2013 at 12:56 pm
That's part of SSIS, so you'd need either SQL Developer, or SQL Standard/Enterprise/Data Center editions. it is not included in the Express editions.
May 13, 2013 at 12:26 pm
Tim in this case, i'm not sure;
I created a Simple Class library, and this is teh entire code, which compiles correctly in the full version of Visual Studio 2010;
My project...
May 13, 2013 at 8:28 am
SpiderDK (5/13/2013)
I would like to group simular statements
select * from table1 where id = 1 order by...
May 13, 2013 at 7:56 am
also, to create a view on Server 2, FROMserver 1, you need to do one of two things:
either the SQLcmd needs to actually connect to server 2, and not...
May 13, 2013 at 6:32 am
can't help that much yet;
you didn't mention any specific error you get back, and it might be nice to see the actual command you are using in sqlcmd to...
May 13, 2013 at 5:46 am
martin.kerr 34088 (5/13/2013)
I have managed to set up a linked server to a MySQL database and i want to update the MySQL database using a table within SQL Server....
May 13, 2013 at 5:43 am
http://www.ssmstoolspack.com/Download
http://www.ssmstoolspack.com/Licensing
Licensing is only applicable to SSMS 2012 and higher versions.For previous SSMS versions the SSMS Tools Pack is still FREE.
May 10, 2013 at 2:14 pm
if your SQL2008 is 64 bit, you must install the 64 bit ACE drivers; the JET driver is only valid for 32 bit, and it won't work on .xlsx files(or...
May 10, 2013 at 12:07 pm
i think it's the usual; there's no easy way, but you can use the metadata to build your commands to add everyone to a deny everything group
something like this is...
May 10, 2013 at 11:52 am
Viewing 15 posts - 3,466 through 3,480 (of 13,462 total)