Viewing 15 posts - 4,336 through 4,350 (of 13,469 total)
a bit o translation help from Google Translate
November 26, 2012 at 12:32 pm
was google down?
explanations you should google yourself; specific questiosn are ideal for the forum.
http://stackoverflow.com/questions/999394/whats-a-real-world-example-of-acid
November 26, 2012 at 11:37 am
for some shared hosting, which also includes a SQL2005 database. You can connect to it via SSMS with a name, port schema (ie.server04.ihostasp.net,14430)
you can use MySQL as well...
November 26, 2012 at 11:34 am
one of the more obscure RESTOre commands can help you:
this command will present a row of data showing you the size and maxsize of the database, which is almost...
November 26, 2012 at 10:02 am
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
Viewing 15 posts - 4,336 through 4,350 (of 13,469 total)