Viewing 15 posts - 2,356 through 2,370 (of 6,401 total)
Up to you as to what you want to support and how much you have to spend on the project.
March 7, 2013 at 1:51 am
Drop the index
Insert data less than or equal to 900 bytes (900 varchar, 450 nvarchar)
Change the column to VARCHAR(900) or NVARCHAR(450)
March 6, 2013 at 5:16 am
Create the user in the database and assign it the correct permissions or change your connection string to use SQL auth with an account that has access.
March 5, 2013 at 6:01 am
ChrisM@Work (2/28/2013)
March 5, 2013 at 4:09 am
Take a look in my signature for the string splitter, that should do what you want.
March 5, 2013 at 3:51 am
Is booking number varchar(30) in the DB?
If not look at computed columns and stick an extra column on the end of the table with the formula given to convert it...
February 20, 2013 at 5:59 am
Break SSRS, the install creates the DB's in that collation so the app must need it in that collation, so I wouldn't change it.
Its not going to cause you any...
February 20, 2013 at 2:33 am
No if SQL needs to dump 20GB for the crash it will dump 20GB.
February 20, 2013 at 2:26 am
do all backups, backup to that directory or to subdirectories?
February 19, 2013 at 9:56 am
what options have you set on the cleanup task?
told it to transvers subfolders if you have 1 cleanup task for all database backups?
February 19, 2013 at 8:49 am
Select from sys.server_permission for server wide permissions (grant deny roles etc) joined to sys.server_principles
Select from sys.database_permissions in each database for DB wide permissions joined to sys.database_principles
February 19, 2013 at 8:40 am
No only for 2008 R1
Keep your eye on this URL, it gets updated when things come out
February 19, 2013 at 7:59 am
Rebuild online is where the index is available for use while the rebuild is happening.
Rebuild offline is where the index is not available for use while the rebuild is happening.
Not...
February 19, 2013 at 7:28 am
Then the uninstall hasn't uninstalled properly, re-run the uninstaller via the add remove programs.
Failing that format the machine and rebuild from the OS up, or install SQL with a different...
February 19, 2013 at 7:00 am
Viewing 15 posts - 2,356 through 2,370 (of 6,401 total)