Viewing 15 posts - 4,336 through 4,350 (of 13,464 total)
those two dll's, java.util.zip.dll? and java.io.dll? need to be in the same folder as the script you are calling.
they probably are not,and i'm not sure how to insert them...
November 26, 2012 at 8:48 am
i was just looking through the SERVERPROPERTY functions, and cannot seem to find anything that shows the operating system.
it is buried in @@VERSION, though, so i'd expect a serverproperty...
November 26, 2012 at 5:47 am
in 2008 and above, there is a new function called connection property, and you can get a lot of that information from that.
that can give you both the client ip...
November 26, 2012 at 5:32 am
APA0876 (11/21/2012)
We will be migrating from SQL Server 2005 to SQL Server 2008 R2 (different physical server), and I'm wondering if I have to migrate the databases via Restore or...
November 21, 2012 at 3:26 pm
a SQL 2000 database, or one that was in SQL 2000 in a previous life?
in that version, you could hand-edit the sys tables and drop objects without cleaning up the...
November 21, 2012 at 2:42 pm
Good point Erin; I guess it depends on whether you need to search for whole words or not;
my example was just to show one way to match multiple search terms...
November 21, 2012 at 2:34 pm
if you want to do it yourself, which is another big job let me tell you, this data type equivalents link can help:
http://docs.oracle.com/cd/B19306_01/gateways.102/b14270/apa.htm
I've done it the other direction: take...
November 21, 2012 at 12:43 pm
SQLCrazyCertified (11/21/2012)
Basically, I have to mimic a database from Oracle to SQL server.
I have the DDL commands...
November 21, 2012 at 12:37 pm
des_vergara (11/21/2012)
Hi need help writing a sql statement to show which departments did not submit any department goals.I have two tables name Department and Department Goals.
Please help...
without more detaisl, all...
November 21, 2012 at 11:06 am
nicholasferri (11/21/2012)
November 21, 2012 at 11:01 am
timestamp is poorly named; the correct datatype name is rowversion.
it's storing a number in there , not an nvarchar or varchar.
you could change your variable to be int, bigint, or...
November 21, 2012 at 9:45 am
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
Viewing 15 posts - 4,336 through 4,350 (of 13,464 total)