Viewing 15 posts - 256 through 270 (of 860 total)
Sean Lange (7/23/2012)
weston_086 (7/23/2012)
July 23, 2012 at 1:47 pm
lokeshvij (7/23/2012)
Try using VARCHAR(MAX) instead for VARCHAR(8000)For details check this link: http://www.sqlservercentral.com/Forums/Topic647815-145-1.aspx
- Lokesh
The OP may be trying to avoid off page storage of certain parts of data which VARCHAR(MAX)...
July 23, 2012 at 12:44 pm
depending on what you need to do, MS Access can be used however a custom written front end would also work. depends on how and what you want to...
July 23, 2012 at 12:27 pm
Have you tried downloading the.net 3.5 stand alone installed not the Sql install
July 21, 2012 at 5:17 am
i would try installing .net 3.5 first before running the 2k8 express installer. im running windows 7 pro with 2k8R2 express installed just fine. works great for the...
July 20, 2012 at 1:47 pm
Sqlism (7/20/2012)
I am not getting option 'New Server Role' when i right click server roles.
But How come this document shows can do it.
http://cm-bloggers.blogspot.com/2010/12/creating-user-defined-server-role-in.html
Thanks...
July 20, 2012 at 1:35 pm
Cliff Jones (7/20/2012)
capn.hector (7/20/2012)
Daniel Bowlin (7/20/2012)
Cliff Jones (7/20/2012)
SQLRNNR (7/20/2012)
PensionRetirement
Second career
Second Base
Descalso
St Louis
July 20, 2012 at 1:31 pm
Daniel Bowlin (7/20/2012)
Cliff Jones (7/20/2012)
SQLRNNR (7/20/2012)
PensionRetirement
Second career
Second Base
July 20, 2012 at 1:01 pm
Jeff Moden (7/20/2012)
.... I might even set it up so that SQL Server automatically sends the email for me every week. 😀
week after you leave and forget the...
July 20, 2012 at 1:00 pm
yep you got that part right. it took me a little while to fully grasp CTE's but looks like you got it.
July 20, 2012 at 12:35 pm
Mountain Steve (7/20/2012)
Yes that is it.I just don't see the benefit in doing it and it adds to code complexity.
since you are working with nested cursors it makes sure you...
July 20, 2012 at 10:47 am
you can use a roll your own solution using partioned views http://msdn.microsoft.com/en-us/library/ms190019(v=sql.105).aspx, it may take some work to get the large table broken into the new tables but you can...
July 20, 2012 at 7:59 am
are there differences in what is running on the servers?? are all the indexes the same?? there is so much that can be going on here.
please see this link...
July 20, 2012 at 7:51 am
THE-FHA (7/20/2012)
i have tbl1, tbl2,tbl3 in qa and prod.
tbl1(id int identity(1,1),DomainName varchar(250),Daate datetime,results varchar(20))
tbl2(id int identity(1,1),tbl1_id int,Desc varchar(max))
tbl3(id int identity(1,1) ,tbl2_id int,comment varchar(max))
At this point i assume we all understand...
July 20, 2012 at 7:33 am
Viewing 15 posts - 256 through 270 (of 860 total)