Viewing 15 posts - 106 through 120 (of 231 total)
We have moved all the objects from SQL Server 2005 to SQL Server 2008. its been a month now had stopped all SQL 2005 services. We are not using SQL...
August 16, 2010 at 6:26 am
Can you confirm the Data Type of the field DateID?
June 4, 2010 at 1:30 am
It excatly the reverse way. I mean its just the same way you have done it for Sucessfull notification, just a change in this is you have to add a...
June 4, 2010 at 1:10 am
The good way of manupulating millions/ billion records is to manipulate it in batch say batch of 1000 records / 200 records. Also avoid using the cursor, as it holds...
June 4, 2010 at 1:07 am
you can also generate the script from GUI...
GRANT SELECT ON [dbo].[MyTable] TO [MyRole]
May 20, 2010 at 7:06 am
You can approach for SQL Server Integration Services to migrate the legacy data from Access to SQL server.
May 3, 2010 at 9:10 am
There are different ways of migrating database to new enviornment. MSDN has nice article which will help you to plan your upgradation.
here is the link...just go-through it. If not understood...
May 3, 2010 at 8:58 am
I guess creating the maintenance plan with maintenance cleaup task would help you in a better way rather than writing a script and scheduling the Job
April 16, 2010 at 12:58 am
for a while it was solved but i guess it's not. I have only 2 GB of memory available on the server.
April 15, 2010 at 12:42 am
Nice answer Paul :). Thanks for your solutions.
March 15, 2010 at 12:42 am
I guess I named it as an associative table between two tables. The values are correct.
March 15, 2010 at 12:41 am
yeah this is the funny situation where i am stuck now...;-) any solutions to get out of it
March 12, 2010 at 7:59 am
to make example simpler ....
KeyID comes from entity "Key"
RefID comes from entity "Ref"
Key can have mutiple Ref and Ref can be linked with multiple Key. Its M:M relationship.
I hope now...
March 12, 2010 at 7:54 am
See its simple the table structure i have mentioned here is just an association table. The query which i want write to find identical keyID is from the same table.
For...
March 12, 2010 at 6:47 am
We are not using stored procedures. Dn't ask me y:w00t:
March 12, 2010 at 5:13 am
Viewing 15 posts - 106 through 120 (of 231 total)