Viewing 15 posts - 3,991 through 4,005 (of 13,469 total)
ohpenot (2/19/2013)
Have the same problem "access denied" when trying to exec "xp_cmd". Except that i am on windows seven. The company isntalled sql express on my machine to start...
February 19, 2013 at 5:15 am
Bhuvnesh (2/18/2013)
GilaMonster (2/15/2013)
identity column does not guarantee uniqueness.is it so ? but it always generate new value incremented to previous one
True but its only half of the puzzle,...
February 18, 2013 at 5:16 am
winmansoft (2/16/2013)
Does .net 2.0 is required only for installation of sql server 2005 express or does it used by sql server for it's working?
.net 2.0 is Required for both installation...
February 16, 2013 at 4:32 am
Stefan Krzywicki (2/15/2013)
February 15, 2013 at 1:51 pm
prathibha_aviator (2/15/2013)
Thankyou for ur response.. It worked so well.. I just couldnt believe that my problem resolves in no tym... 🙂 Would you also help me Now if i want...
February 15, 2013 at 1:38 pm
from another post very similar to yours, i created this trigger to create a role if it doesn't exist;
it SEEMS to work in my limited testing then and now:
note this...
February 15, 2013 at 1:21 pm
ok, in that case, it might be that the tempdb is running out of space or something for the import wizards process?
i'd still recommend backup and resotre over the copy...
February 15, 2013 at 12:07 pm
you cannot copy the mdf/ldf data files themselves unless the sql server is actually stopped; otherwise you get corrupted files.
you cannot replace a server's existing databases if the server is...
February 15, 2013 at 12:04 pm
and a simple cross apply example:
with myCTE(val)
AS
(
SELECT 'Heavy rains that fell across the Upper Mississipp' UNION ALL
SELECT 'i River Basin in the summer of 2007 were responsi' UNION ALL
SELECT 'ble...
February 15, 2013 at 9:40 am
there are multiple .NET frameworks, and they are side by side installations, not upgrades from previous; so you need each version to support various functionality that use each framework.
my developer...
February 15, 2013 at 9:31 am
this book has a few pages on renaming both the sa/administrator login and the guest account:
February 15, 2013 at 9:15 am
take a look at this thread; it can help you find the ascii code of the unseen character(s)
;
from there, you can decide whether you want to replace it or whatever:
there's...
February 15, 2013 at 6:11 am
take a look at this thread; it can help you find the ascii code of the unseen character(s)
;
from there, you can decide whether you want to replace it or whatever:
there's...
February 15, 2013 at 6:09 am
another possibility that seems fast and easy would be to select one days data into a new table, do sp_spaceused , and then drop that table.
then you could get the...
February 14, 2013 at 10:49 am
Kwisatz78 (2/14/2013)
February 14, 2013 at 8:12 am
Viewing 15 posts - 3,991 through 4,005 (of 13,469 total)