Viewing 15 posts - 1 through 15 (of 17 total)
Nice article.
Are there any new format options that go along with the new data types?
So when we currently say Convert(varchar,DATETIME,112) are there new options for
Convert(varchar,TIME,xxx)? I'm sure there must...
October 24, 2007 at 6:38 am
Nice article. I particularly liked the showcasing of the usefullness of the new ROW_NUMBER() function in SQL Server 2005. I typically stick to developing on the SQL Server side and...
August 29, 2007 at 7:07 am
I agree that the problem lies with the query plans sql server is generating. Does the stored proc have input variables that need to be passed at run time? Are...
August 22, 2007 at 7:34 am
well..before I start a revolt. Those were things I heard from someone you is very plugged in to Microsoft and gets to see the early ideas. The final result may...
August 10, 2007 at 10:49 am
pretty much anything that is an ActiveX task will be a problem. Like Michael said, the DTS to SSIS migration won't be of much use. It really only works well...
August 10, 2007 at 6:45 am
OK, thanks. In a previous reply, you said you tried setting the owner to sa and received a similar error? Could you post the exact error? ... reason being, it...
August 7, 2007 at 2:35 pm
the sp_change_users_login procedure is only used for SQL server Logins. When dealing with Windows Authentication, the SIDs assigned to a Domain user are set at the domain controller, so you...
August 7, 2007 at 1:59 pm
In the interest of just getting it running, you may want to just change the job owner to <sa> and see if that allows the job to run. Also, did...
August 7, 2007 at 10:54 am
oh, I see Julie already covered that one. Sorry for being redundant.
August 6, 2007 at 7:30 am
somewhere rattling around in the back of my head..comes the fact that you cannot run the installer via an RDP session or something of the sorts. You get that message...
August 6, 2007 at 7:27 am
Can you post the query, or an approximation, including the where clause an order by, if there is one? Also, could you post the create script of the Index? I'm...
August 3, 2007 at 6:34 am
Something else that I've noticed in 2005 vs. 2000 is the optimizer in 2005 appears to try to avoid a sort operation in the query plan at any cost. This...
August 1, 2007 at 6:48 am
Great article. It's nice to see some basic new features every once in a while.
Unfortunately, I presume that the fault of an all or nothing backup will make this too...
June 12, 2007 at 8:19 am
You could just rename your new server to match the old one ... just kidding!
I agree with Michael Earl, that the best quick solution is either an alias to the...
June 11, 2007 at 6:39 am
You will need to update the link to the Sql Table in Access after adding the PK to the table.
August 11, 2005 at 8:14 am
Viewing 15 posts - 1 through 15 (of 17 total)