Viewing 15 posts - 91 through 105 (of 288 total)
If scripting your objects a particular way is really that important to you, I guess you can check to see what scripting options are available to you with the smo...
January 31, 2013 at 9:24 am
That would be an incorrect term for them.
Nevertheless, it's a term I've seen used by some authors to explain the concepts of Indexes.
I guess only the OP knows...
January 21, 2013 at 5:42 am
I can only imagine a writer using the term "secondary indexes" to refer to any indexes other than one on a Primary Key? In that case, such indexes are...
January 21, 2013 at 4:23 am
This does kinda look like homework.
Look up Row_Number in BOL. It should go some ways to resolving your problem.
January 16, 2013 at 7:14 am
Sorry to possibly add to your troubles but you may have more than one problem with your View.
The "Select Top 100 Percent" method was commonly used in previous versions of...
January 11, 2013 at 5:29 am
In some ways, your question is outside the scope of the Sql Forums here and you will be better off posing
the question "How can I call a sql stored...
January 9, 2013 at 5:12 am
You can always download a trial version of Sql 2012 and check it out before you commit money to a developer edition. It ran for 180 days, last time I...
January 3, 2013 at 9:25 am
This maybe:
SELECT PARSENAME(REPLACE('HEYE-B RFE-IPA 70940',' ','.'),2);
December 19, 2012 at 4:11 am
The problem with the "why is my server running slow" question is that it could just be way too many things.
Some suggestions have already been made such as statistics, blocking,...
November 30, 2012 at 8:59 am
WolfgangE (11/30/2012)
WolfgangE (11/30/2012)
November 30, 2012 at 8:15 am
mike 57299 (11/28/2012)
Can that be done in addition to mirroring?
November 29, 2012 at 5:26 am
arthi.anan (10/30/2012)
Thanks for ur replybut i wanted to import using bcp instead of bulk insert...
There may, of course, be specific reasons for your choice though do bear in mind that...
October 31, 2012 at 8:22 am
jitendra.padhiyar (10/26/2012)
I think its not possible... but can you pls share the screen shot of successful backup OR can you gimme the logs of the same successful backup ?
A Differential...
October 26, 2012 at 5:31 am
Abu Dina (10/26/2012)
I thought that the only way to create a differential backup is to have a FULL backup exist in the first place. But I have a database...
October 26, 2012 at 5:11 am
rockstar283 (10/23/2012)
yes..that was oracle code..I have edited it..basic table creation script remains same..so posted here..I dont like oracle
There's nothing wrong with Oracle... It's an RDBMS as any other 🙂
October 24, 2012 at 10:05 am
Viewing 15 posts - 91 through 105 (of 288 total)