Viewing 15 posts - 1,906 through 1,920 (of 2,007 total)
so how to find d next version of my current version in sql server
is thr any query available in sql server
This is not a logical question. Even Microsoft can't guess...
October 14, 2011 at 2:46 am
then ask ur MD itself:-)
It's funny. :hehe:
The software version follows this pattern..
major.minor[.build[.revision]]
I assume he is referring to '[.build[.revision]]' as short order. Mahesh is right, you must go back to...
October 14, 2011 at 2:02 am
Use the descriminate values as your range(s).
Just to explain Kraig's post. It should be some kind of enumerator or Key-Value pair.
Key - Value
10 - Table_Purpose1
20 - Table_Purpose2
.
.
.
N...
October 14, 2011 at 1:45 am
Perry Whittle (10/10/2011)
i suspect it may someone who works for the company π
I had exactly the something in my mind when I raise my concern on Product Endorsement few days...
October 14, 2011 at 1:33 am
GilaMonster (10/13/2011)
If you go processor, you'll need 2 licences,...
October 14, 2011 at 1:17 am
Will removing that relationship cause any problem? Is there any other possible solution for this problem?
Please donβt remove constraints. Just disable it till your data load finishes &...
October 14, 2011 at 1:02 am
A web app made file data available to a database server, that data was extracted in real-time and validated, if accepted the file was renamed and stored in a...
October 14, 2011 at 12:49 am
Executed by sa, the GRANT statement returns the error:
It works perfectly fine on my system.
October 14, 2011 at 12:33 am
Important point is you should not lose a even a single log backup, that will break the log chain π
To avoid this I would suggest you to go...
October 14, 2011 at 12:28 am
Beginner_2008 (10/13/2011)
October 14, 2011 at 12:19 am
I see it all of the time when deadlines approach - get the code in as quickly as possible because it is important to the release or the customer...
October 13, 2011 at 7:08 am
Naturally we are dealing with mission critical databases. My focus here is on would to bypass the process meant to protect the database
I guess the problem is in...
October 13, 2011 at 6:42 am
but when i called it from framework manager in cognos,it should be varchar.
When you called, it was varchar OR you want it as varchar in Cognos?
If first, then...
October 13, 2011 at 6:07 am
You could also look into creating an SSIS package
OP has stated that he already tried Maintenance Plans which has a subset of SSIS tasks specific to database maintenance e.g....
October 13, 2011 at 5:57 am
I'll post up a couple of queries
It would be beneficial for everyone here. Thanks!
October 13, 2011 at 5:30 am
Viewing 15 posts - 1,906 through 1,920 (of 2,007 total)