Viewing 15 posts - 91 through 105 (of 312 total)
We currently roll out both software and a back end express instance. This can be run remotely or on the local machine. The user has to be an...
April 26, 2011 at 1:03 pm
I should mention that I would use Bulk and SSIS if those options were not off the table. Since bulk can be tricky permission wise on remote upgrades we...
March 15, 2011 at 11:02 am
Thanks for that help. It is the Schema that is not scripting out which is a bug but I can work around. When looking for the constraint I...
January 26, 2011 at 8:46 am
Agreed Check constraints seem to work for me also. So I will rack it up as a bug
January 25, 2011 at 8:51 pm
Thanks - In a SQL weekend class they said multiple DML statements ruins the procedure cache and slows it down. That separating them was needed for SQL to know...
January 3, 2011 at 10:15 am
Yeah when you said that I thought about it you are for sure correct thanks
December 9, 2010 at 1:21 pm
This is actually what it needs to be. I finally got around to debugging it. I was missing a comma before and after. If there is a more optimal...
December 9, 2010 at 12:57 pm
I know that function and love it. The result set should not look like that though.
Not this:
1
2
3
4
but
1 | 2
3 ...
December 9, 2010 at 12:33 pm
In this case a nvarchar(max) is not necessary but used for "Future" possibilities. So I can limit it.
December 7, 2010 at 2:25 pm
ok I understand what you are saying. Is there anyway to create a DB on 2008 and still be able to restore it to a 2005 engine. Meaning...
August 13, 2010 at 1:14 pm
The compatibility is set to SQL Server 2005 (90). That is why I thought the .bak would be formatted correctly using the backup utility from SQL 2008 R2. ...
August 13, 2010 at 11:28 am
Can you explain how you are doing that because I can not get it to work and it is frustrating. My database is 2005 compatible but was created on...
August 13, 2010 at 11:13 am
From what I see you are correct and there is no way around it. So I installed SSMS express 2005 and did the backup. Then it works
August 13, 2010 at 9:48 am
I am thinking it is a SQL 2005 SSMS vs SQL 2008 SSMS issue because I am getting that error now. The DB is 90 but because it is...
August 13, 2010 at 9:33 am
I just looked at the implementation of the tally vs the while loop and it is significantly better .
July 2, 2010 at 1:46 pm
Viewing 15 posts - 91 through 105 (of 312 total)