Viewing 15 posts - 1,336 through 1,350 (of 1,655 total)
Sorry Jack,
but this is probably the 10th time someone posted this question during the last two or three months. Just do a search for cluster 2005 2000 on this...
March 28, 2007 at 1:06 am
SQL 7 and 2000 have a limit of 32767 databases per instance. I don't think anyone ever reached this limit. So in your case I suspect that the server hardware...
March 26, 2007 at 4:24 am
The files are stored in Program files\MS Sql Server\90\tools\binn\VSshell\common\ide\sqlworkbenchprojectitems\sql
If you add the files directly to this location, you need to restart SSMS before they are visible. And yes, the extension...
March 21, 2007 at 9:45 am
CTRL+ ALT+T brings up the Template explorer window. There you can add your own templates.
Markus
March 21, 2007 at 9:04 am
Do you have ASp.net installed on your IIS ?
That's a requirement for RS.
Markus
March 21, 2007 at 9:00 am
Since your input is a xml document check out sp_xml_preparedocument.
BOL has some examples.
Markus
March 21, 2007 at 6:39 am
Sorry Bob,
I can't duplicate your problem. When I select an existing table as the destination, Create table isn't even an available option. Are you sure you've select the correct destination...
March 21, 2007 at 5:19 am
Lance,
you might need another driver to connect to the 64-bit server. I heard last week from MS that ODBC is not supported for 64-bit version.
Markus
March 20, 2007 at 3:12 am
You can add the button in SSMS. Under Tools, open customize. You find the button in the Window category. Just drag and drop the icon to your menu bar.
Markus
March 14, 2007 at 1:16 pm
David,
as far as I know only a trial version can be downloaded from MS Download center. Maybe if you're a MSDN subscriber,you can get a full version, but my subscription...
March 14, 2007 at 1:13 pm
You could use xp_regread or if it's a named instance xp_instance_regread. But be carefull using them, since they are undocumented procedures and act slightly different for 2005.
Markus
March 12, 2007 at 10:01 am
First I like to agree with Andrew. Defragging the datafiles will improve performance only in very few cases. I had to deal once with a database file which consisted of...
March 9, 2007 at 8:40 am
Maxus,
without knowing what you actually storing in this table it's hard to tell if you can optimize it or not. Anyhow at first site it looks ok, but the real...
March 9, 2007 at 4:46 am
Thank you david,
I knew it was something simple, but sometimes you just don't see it.
Markus
March 7, 2007 at 7:27 am
Viewing 15 posts - 1,336 through 1,350 (of 1,655 total)