Viewing 15 posts - 4,321 through 4,335 (of 13,460 total)
something like this?
i need an anchor for the outer query, so i used the columnName;
your real table might have a queryId or something, i would guess, if you are testing...
Lowell
November 27, 2012 at 9:11 am
fixed a syntax issue, and create the DDL for the CTE;
i got far enough to duplicate the one row issue before i ran out of gas...building the CTE took...
Lowell
November 27, 2012 at 8:47 am
Eugene Elutin (11/27/2012)
You may find some less perfectionists around who will not refuse to help you with this...
ouch! i resemble that remark!
anyway, even with the caveats we mentioned, and...
Lowell
November 27, 2012 at 7:57 am
what does locking queries mean to you?
preventing queries?
reuse the same queries?
encrypt queries or values?
you'll definitely have to explain, in much more detail, and preferable with an example query.
Lowell
November 27, 2012 at 7:47 am
bcp.exe is a command line utility for importing and exporting to text.
it supports using a query, so you can construct a query that uses a WHERE clause that limits your...
Lowell
November 27, 2012 at 6:56 am
boobalanmca07 (11/27/2012)
the two sql query is update and alter.
in some times i need to execute update query only,at that time how to...
Lowell
November 27, 2012 at 6:23 am
i believe if a login belongs to the sysadmin group, and you create a user for the login in any database, the db)owner checkbox gets inherited as readonly ; that's...
Lowell
November 27, 2012 at 5:58 am
runal_jagtap (11/27/2012)
i have asked to perfrom a task to create a New login & then provide the access rights to a particular DB..
I did it with no time 🙂
After...
Lowell
November 27, 2012 at 5:52 am
ok sorry...
you can restore a database that doesn't exist yet.
in the object explorer in SSMS, you should be able to expand the server and see the Folder for databases...it may...
Lowell
November 26, 2012 at 2:46 pm
back and restore is the absolute fasted.
lets assume that a FULL backup exists for a given database on a certain server...if it doesn't exist, create one with copy only...
Lowell
November 26, 2012 at 2:10 pm
a bit o translation help from Google Translate
Lowell
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
Lowell
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...
Lowell
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...
Lowell
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...
Lowell
November 26, 2012 at 8:48 am
Viewing 15 posts - 4,321 through 4,335 (of 13,460 total)