Viewing 15 posts - 4,786 through 4,800 (of 7,505 total)
get sysinternals handle to find out what other thing is holding your file.
June 19, 2008 at 1:29 pm
I think you have an operator percedence problem: Your ORs stand on their own, neglecting the other predicates.
WHERE (c.CustomerID = '3942')
AND (ol.DetailTableID ...
June 19, 2008 at 1:26 pm
- Nice intro to SMO for this purpose.
- Keep in mind, you have to inspect the .bak files content. They may contain more than one backup.
- You can even perform...
June 19, 2008 at 2:21 am
Books online states:
Converting a Partitioned Table to a Nonpartitioned Table
Changing a partitioned table to a nonpartitioned table simply involves modifying the partition function of a partitioned table so that the...
June 19, 2008 at 2:06 am
colin Leversuch-Roberts (6/16/2008)
June 19, 2008 at 12:53 am
this is a long shot...
but are u member of the (local) windows group of DB2 users ?
June 17, 2008 at 10:57 am
Maybe launch a non-sql topic, to get a more accurate inventore of which SSC members are attending.
I am going to attend SQLPASS2008, but I had to use another code.
I hope...
June 17, 2008 at 6:13 am
Well... there is this little caveot with linked servers. They have their own credential mapping.
Have a look at the linked server security tab.
June 16, 2008 at 7:59 am
I don't advise to shrink data/log files on production boxes !
If sqlserver needs it, leave it that way ! so if you make an assesment of your space needs, you...
June 16, 2008 at 7:45 am
Last year at the SQLPass2007 conference there has been a pannel discussion regarding os virtualistion.
The conclusion in rough lines was:
- don't virtualise our db servers in a production environment
- virtualise...
June 16, 2008 at 2:52 am
avipenina (6/15/2008)
what about /3GB and /PAE do i need to set them UP?my Server is W2K3 ENT 64BIT and SQL Dev 64BIT.
No you're on 64bit.
In task manager, in the processes...
June 15, 2008 at 11:58 pm
don't just move the binn, install, log,... because they are instance system resources.
To move data files, there are Ms KBs that describe the way to do it (userdb vs system...
June 15, 2008 at 11:50 am
you can download SQL2005 express edition at Microsoft download.
(keep in mind to download the sp2 version)
When running the setup, you should specify "kbmss" for instance name (according to your requirements)
June 15, 2008 at 11:42 am
also keep in mind, if SQLServer doesn't need memory, it will not use memory.
i.e. it may be your sqlserver only uses 150mb, if it decides it doesn't need more.
However...
June 15, 2008 at 11:38 am
I did interprete the line as "you can only mirror a database to a single mirror".
I'm still doing some tests with it, and didn't test the scenario you aim for.
What's...
June 13, 2008 at 12:19 am
Viewing 15 posts - 4,786 through 4,800 (of 7,505 total)