Viewing 15 posts - 1 through 15 (of 15 total)
And the column datatype is text.
November 10, 2008 at 7:42 am
I should mention that the program is a Java program, and the SQL server version is 2005 (9.0.3282)
November 10, 2008 at 7:25 am
Thanks a lot for all your great tips. I did try to increase the fillfactor up to 90% but still fragmentation is SO QUICK. I'll try and work with the...
July 16, 2008 at 9:12 am
The PK is on an id column. Many (most) queries in our system are id-oriented and therefore it seemed like a good choice. Most of them use the id column...
July 16, 2008 at 7:21 am
Well this is a very old post, but I am having the exact same problem.
I have a procedure that rebuilds indexes once a month. I can't do it in a...
June 25, 2008 at 3:43 am
OK, I managed to find an explanation on performing a "sliding window" operation, which is basically switching partitions with tables, and that way moving new data in and old data...
January 29, 2008 at 10:35 am
.... And it worked!! For both Oracle and SQL Server.
Thanks!
November 7, 2007 at 7:25 am
That's great!
Only it doesn't work in Oracle.... That's the reason I didn't use the "decode" function in Oracle- it does exactly what this function does but doesn't work for SQL...
November 7, 2007 at 6:56 am
That was it! So simple....
Thank you thank you!
October 23, 2007 at 2:28 am
Oh, and I should point out that during the database re-installation today I have not received any errors. The database (and management studio) were working fine until few days ago....
October 22, 2007 at 10:40 am
One more thing...
The report returns results in management studio and from the reports services (visual studio), BUT:
After I deploy the project, from the browser I don't get ANY results,...
July 9, 2007 at 8:05 am
Thank you, Jeff. This is exactly what I needed. This helps a lot.
I see I have managed to annoy you. But believe me- I had no intention to... 🙂 I...
June 24, 2007 at 10:29 am
In case anyone has ever came across such a problem here's the solution:
In order for the login who's default database is the restored database to be able to connect to...
May 20, 2007 at 7:38 am
Thank you for your reply.
I cannot drop the schema, since objects in the database are attached to the schema (and of course I don't want to delete those tables. Whan...
May 19, 2007 at 11:57 am
Viewing 15 posts - 1 through 15 (of 15 total)