Viewing 15 posts - 1,036 through 1,050 (of 1,253 total)
Hi
There is a article in BOL which tells how to upgrade within a existing version of sql server. check that out.
search "editions of SQL Server" in BOL.
As far as a...
November 15, 2007 at 10:49 pm
Hi
there is nothing like compacting a db in that sense of the word. U can do frequent log backups to keep the log file size in check. Also you...
November 15, 2007 at 10:42 pm
Hi
At first glance i dont think giving a alias name will casue any issues ( i may be wrong).
Is the value u r passing in "sChk " a...
November 15, 2007 at 10:29 pm
Hi
staging table should have the same check constraints as the production tabble.
November 13, 2007 at 4:08 am
Agree with steve there. If your atributes are least like to change then you can have them as columns. Otherwise you can keep then user definable. Keeping them user definable...
November 5, 2007 at 1:40 am
HI
When u debug are u stepping into the IF loop?
Put the break point before the IF loop just to check.
October 30, 2007 at 12:00 am
Hi
CTE's do have performance implications. If your CTE is going to return huge volume of data then performance can come down.
October 26, 2007 at 5:48 am
Hi
Kenneth seems to right. you will be able to do this only if the production db and the db where you are going to restore is the same..... whihc means...
October 26, 2007 at 5:37 am
you can install the sql once more , give a different instance name than your existing instance.
While installing it will ask whether you want to upgrade existing instance or add...
October 26, 2007 at 5:24 am
Hi
Your best bet is to created a varchar (8000 or less) column if that is possible. then create a index on that.
October 25, 2007 at 12:55 am
Has ur network become slower ? Are there any heavy duty processes running on your db server.
October 24, 2007 at 11:12 pm
Hi
My comment "You mean to say you want to bring the db in single user mode? " was intended for Maddy. 🙂
October 24, 2007 at 11:05 pm
hi
Iam also working on a similar thing. Are u planning to use notification services or dB mail etc..
Please give more details so that we can understand better.
October 24, 2007 at 3:32 am
Hi
You mean to say you want to bring the db in single user mode?
October 24, 2007 at 3:24 am
Viewing 15 posts - 1,036 through 1,050 (of 1,253 total)