Viewing 15 posts - 7,486 through 7,500 (of 9,641 total)
Sure that is possible. Just to reiterate, I recommend doing something asynchronously with a job or windows service instead of a trigger. Even if you have to add...
September 16, 2008 at 8:22 am
I suppose I should mention that I also did some work for jumpstarttv as well, so there should be some videos coming from me there as well.
I actually don't know...
September 16, 2008 at 8:13 am
I would not claim to be good at SSIS either, but I would assume there is a way to do what you need and that it will be faster than...
September 16, 2008 at 8:08 am
Great I assume that the table is being built correctly in SQL Server, but your error is coming from a .NET application and I'd need to see the .NET code...
September 16, 2008 at 8:06 am
Have you viewed the SQL string that is built and verified that it is valid in SSMS? Just a Response.Write(SQL) so you can verify the string is bing built...
September 16, 2008 at 8:05 am
If this is actually the line of code:
sql = Update web Set answer1='" & answer1 & "' where identity ='" & identity &
Then it isn't going to work as...
September 16, 2008 at 7:40 am
Can you restore the backup to another instance? It may be that the database has some enterprise only features as well or is too big (>4GB) for SQL Server...
September 16, 2008 at 7:31 am
Brandie,
I'll see you there. I was planning on hitting the JAX event, but couldn't. I have one session on Getting Started with SQL Server Profiler that I...
September 16, 2008 at 7:26 am
I basically agree with Paul that I have typically created my own jobs for maintenance. More out of habit than anything being wrong with Maintenance plans. I would...
September 16, 2008 at 7:24 am
I think the Row Count Transform is exactly what you are looking for.
September 16, 2008 at 7:18 am
Check out http://www.jumpstarttv.com. This site has just re-focused and over the next month or so there will be many videos added that I think will be helpful to you....
September 16, 2008 at 7:17 am
I have not read the whitepaper, but my assumption is that MS means that LINQ is now available within the SQLCLR in 2008 whereas it is not available in 2005.
September 16, 2008 at 7:11 am
There could be several issues. Is your UI program getting an error messages? Are you guaranteed to have connectivity between the 2005 server and the linked 2000 server?...
September 16, 2008 at 7:07 am
Can you explain your reason for needing this? I think the designed way for SSIS to handle this is to use the Row Count transform.
September 16, 2008 at 6:58 am
Viewing 15 posts - 7,486 through 7,500 (of 9,641 total)