Viewing 15 posts - 3,466 through 3,480 (of 13,469 total)
an example via xp_cmdshell from an old post;
the obvious problem is the script contains a cleartext password.
if the shared drive was already set up at the operating system level, the...
May 14, 2013 at 1:18 pm
AndrewSQLDBA (5/14/2013)
I have the SSMS Tools. So how would...
May 14, 2013 at 1:13 pm
A couple of other ideas ,depending on who it is you want to keep out of the database restore the database with a name noone would connect to.
and another...
May 14, 2013 at 12:49 pm
S_Kumar_S (5/14/2013)
I wish to store a word document in SQL Server. I should be able to search on the content. e.g. Select Content from DocTable where content like '%this...
May 14, 2013 at 9:02 am
well, the xml you posted is malformed; it is either missing two tags in the middle, or these two tags below need to be removed from the middle:
</DataMarketsFeedMsg>
</DataMarketsFeed>
the...
May 14, 2013 at 6:05 am
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
Viewing 15 posts - 3,466 through 3,480 (of 13,469 total)