Viewing 15 posts - 316 through 330 (of 366 total)
Hi Ananda,
I can not find this explicitly stated in MSSQL 2000 documentation
but if there are data drivers on the server I see no reason why it would not work.
Another...
January 4, 2011 at 6:14 am
Nice question, thanks also Oleg for the remark and link to Triangular Joins.
Regards,
Iulian
December 22, 2010 at 1:08 am
I am thinking about getting the data for 3 months into a different table every night, or something, and then to query this table. Something like this:
After you create the...
December 9, 2010 at 4:26 pm
Nice question, thanks also Oleg's script looks great. Here is something that has the same result:
DECLARE @dtFrom DATETIME
DECLARE @dtTo DATETIME
SET @dtFrom = '2010-01-01T00:00:00.000'
SET @dtTo = '2010-12-31T00:00:00.000'
DECLARE @Diff INT
SET @Diff...
December 9, 2010 at 1:29 am
Great question, unfortunately I have not seen the comments with SET ANSI_PADDING ON/OFF. This is how I discovered I don't pay enough attention to comments 🙂
Regards,
Iulian
December 7, 2010 at 3:44 pm
That is really great, thanks a lot Jeff for leading me here.
Cheers,
Iulian
November 24, 2010 at 3:06 pm
Thanks a lot Stewart, that's a great idea.
Cheers,
Iulian
November 24, 2010 at 2:45 pm
Thank you Leo,
I was looking at table properties, but I will try also sp_spaceused in the future.
Regards,
Iulian
November 24, 2010 at 2:37 pm
Hi Jeff, it was about 50MB - not sure exactly.
Now the size is 0.28MB - which is great.
I dropped one unclustered index and left only the primary key...
November 24, 2010 at 2:43 am
Thanks Craig you already helped me.
I will check tomorrow the options you mentioned: LOB fields - as far as I remember there is none - but holly double check :-),...
November 23, 2010 at 4:38 pm
Hi,
How are you upgrading the databases?
See this for understanding the FileStream:
http://blogs.msdn.com/b/manisblog/archive/2007/10/21/filestream-data-type-sql-server-2008.aspx
Regards,
Iulian
November 23, 2010 at 4:27 pm
I am sorry Chris I don't have the table structure at hand.
Thanks,
Iulian
November 23, 2010 at 4:14 pm
I have a few columns: nvarchar(255) and a few with varchar(50) could this be the cause?
50MB is not such a bog size I just can not explain how 1000...
November 23, 2010 at 4:13 pm
Viewing 15 posts - 316 through 330 (of 366 total)