Viewing 15 posts - 4,351 through 4,365 (of 13,469 total)
Shadab Shah (11/21/2012)
Thanks Lowell. I exceuted your query and found some of the column name not preceding with dm_...... . So is that OK?
well you can filter it from...
November 21, 2012 at 7:26 am
Your application needs to use the techniques for Multiple Active Result Sets (MARS);
just dumping the resutls into a DataReader or DataTable will only get you one of potentially multiple...
November 21, 2012 at 6:59 am
the # depends on the SQL server version, and in some cases, the Service Pack version as well.
easiest way is to simply look in SSMS Object Explorer>>Expad Server>>System Databases>>master>>Views>>System Views
Or...
November 21, 2012 at 6:52 am
yuvipoy (11/21/2012)
Can we install SQL Server (any version) on Linux machine.If no why it is not designed in such a way that it can't be installed in other than windows.
Thanks!
SQL...
November 21, 2012 at 6:28 am
SQL server must be installed on the same drive as the %SystemDrive% variable points to; there's no getting around that, but the binaries themselves don't take up nearly as much...
November 21, 2012 at 5:38 am
Bruce I've got both 2008 and 20012 installed; although the formatting/font is different for the tooltip on mouseover, i get the same information...
if you create a NEW table, that table...
November 20, 2012 at 12:58 pm
i see that if any of these four fields are null, the value inserted would be null:
INSERTED.PO_Number + INSERTED.AppUser + INSERTED.SoftwareShortName + INSERTED.HeatTicketNumber,
also , depending on the datatypes, if any...
November 20, 2012 at 12:14 pm
David the Import Wizard in SSMS is probably the fastest solution.
A full blown SSIS package, bcp /bulk insert with a format file, or the Import Wizard(which is SSIS Lite, really)...
November 20, 2012 at 10:04 am
I've got an example of this in my snippets; I've added a last example at the end, which returns just what i thought you asked for: only the words...
November 20, 2012 at 9:53 am
Concurring with Gazareth here; if the logins need to be migrated, you need to use sp_help_revlogin , which will maintain the password in an encrypted binary string so it can...
November 20, 2012 at 9:02 am
based on the other thread for the same issue the problem is SOME of his data is YYYYMMDD as a decimal, like 20121225, but some of his data is not...
November 20, 2012 at 7:54 am
tonyarp05 61903 (11/19/2012)
November 20, 2012 at 5:44 am
sapen (11/19/2012)
No this is not a special table. It has data in there luckily no value less than 50 for the column percent called so far.
in that case, you need...
November 19, 2012 at 5:21 pm
it will pass your current credentials,which i assume are your windows credentials;
if you hit it as sa, you'd get the typical error for invalid user.
November 19, 2012 at 5:15 pm
swarup.malli (11/19/2012)
I was trying to create a view for all the tables.
Could you demostrate how to implement this commoand inside a DDL statement for creating...
November 19, 2012 at 3:34 pm
Viewing 15 posts - 4,351 through 4,365 (of 13,469 total)