Viewing 15 posts - 511 through 525 (of 1,109 total)
Much depends on how frequently you want to access the binary data, and how many rows you want to squeeze in to your priamry data pages.
Smaller blobs can be stored...
January 14, 2008 at 3:29 am
pradeep kansara (1/14/2008)
I WANT COMPLETE DETAIL ABOUT BACKUP AND RESTORATION,LOG SHIPPING FOR SQL-2000PLEASE HELP ME AS EARLY AS POSSIBLE.
Books online, the documentation that comes with SQL Server is an excellent...
January 14, 2008 at 2:44 am
k.furness (1/11/2008)
Thanks for the swift reply.
Not sure if this will work as I forgot to mention there are 150 fields Q1 to Q150
Tried to run script and got an...
January 11, 2008 at 9:36 am
Jim Russell (1/11/2008)
Thanks Matt! And that also avoids the confusion created by the sub-query (although it makes it T-SQL specific). Yet a third approach to analyze and time.
And it...
January 11, 2008 at 8:17 am
What about:
SELECT x.RECENT
, x.[SSN]
, x.[Date]
FROM ( SELECT ROW_NUMBER() OVER ( PARTITION...
January 11, 2008 at 7:32 am
In addition to my previous warnings, here are some more 🙂 Do make sure that you are happy with modifications to the master database. Note also, that dbo.sp_MS_marksystemobject is not...
January 11, 2008 at 6:49 am
teligaurav (1/11/2008)
Thank you For your reply
I tried your 'trick'
it is working
but i need to call sp_temp that i created as 'global' in...
January 11, 2008 at 6:43 am
gouripatil23 (1/11/2008)
Hi!I want Update one table when in another table insert new record .I didn't understand how i get this new inserted ID.
Regards
Gouri
Hi Gouri,
In the trigger body you have...
January 11, 2008 at 4:55 am
k.furness (1/11/2008)
Q1 Q2 Q3
1 2 1
1 3 2
3...
January 11, 2008 at 4:03 am
Hi,
my first comment would be is to avoid the old system tables/views on 2005. Instead of syscomments use sys.sql_modules.
Another "trick" that is worth considering, is to prefix the stored procedures...
January 11, 2008 at 2:28 am
paulholl (1/11/2008)
I have checked and the Recovery Mode is FULL
You mentioned that there are no backups to restore. If the database has never been backed up then the recovery mode...
January 11, 2008 at 2:21 am
paulholl (1/10/2008)
A query has...
January 11, 2008 at 2:09 am
pg53 (1/10/2008)
January 10, 2008 at 10:33 am
Benjamin Kovac (1/10/2008)
At the moment it looks we are going to stick with MSSQL 2000, but will change in short time.Anyway thanks for your quick reply. I should say-koszi...
January 10, 2008 at 8:37 am
Benjamin Kovac (1/10/2008)
having a table for storing Terms&Condition texts (for storing multiple whitelabel terms&cond.), so wondering which data type would be better for storing the terms text itself.Should be nvarchar(max)...
January 10, 2008 at 8:32 am
Viewing 15 posts - 511 through 525 (of 1,109 total)